- target
- View that initiated the nested scroll
- velocityX
- Horizontal velocity in pixels per second
- velocityY
- Vertical velocity in pixels per second
Documentation for this section has not yet been entered.
React to a nested fling before the target view consumes it.
This method siginfies that a nested scrolling child has detected a fling with the given velocity along each axis. Generally this means that a touch scroll has ended with a Android.Views.VelocityTracker in the direction of scrolling that meets or exceeds the ViewConfiguration.ScaledMinimumFlingVelocity along a scrollable axis.
If a nested scrolling parent is consuming motion as part of a IViewParent.OnNestedPreScroll(View, System.Int32, System.Int32, System.Int32), it may be appropriate for it to also consume the pre-fling to complete that same motion. By returning true from this method, the parent indicates that the child should not fling its own internal content as well.