public interface OnFlingOverListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFlingOver(int y,
long duration)
This method will be called, when ScrollableLayout completely collapses,
but initial fling event had big velocity.
|
void onFlingOver(int y,
long duration)
y - the final scroll y (theoretical) for underlining scrolling childduration - theoretical duration of the scroll event based on velocity value
of touch event