public interface CloseUpIdleAnimationTime
ScrollableLayout
Modifier and Type | Method and Description |
---|---|
long |
compute(ScrollableLayout layout,
int nowY,
int endY,
int maxY) |
long compute(ScrollableLayout layout, int nowY, int endY, int maxY)
layout
- ScrollableLayout
nowY
- current scroll y of the *layout*endY
- scroll y value to which *layout* would scroll tomaxY
- current max scroll y value of the *layout*