public static interface ReactScrollViewHelper.ScrollListener
Modifier and Type | Method and Description |
---|---|
void |
onLayout(android.view.ViewGroup scrollView) |
void |
onScroll(android.view.ViewGroup scrollView,
ScrollEventType scrollEventType,
float xVelocity,
float yVelocity) |
void onScroll(android.view.ViewGroup scrollView, ScrollEventType scrollEventType, float xVelocity, float yVelocity)
void onLayout(android.view.ViewGroup scrollView)