ViewGroup.OnNestedFling(View, Single, Single, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Request a fling from a nested scroll.
[Android.Runtime.Register("onNestedFling", "(Landroid/view/View;FFZ)Z", "GetOnNestedFling_Landroid_view_View_FFZHandler")]
public virtual bool OnNestedFling (Android.Views.View? target, float velocityX, float velocityY, bool consumed);
[<Android.Runtime.Register("onNestedFling", "(Landroid/view/View;FFZ)Z", "GetOnNestedFling_Landroid_view_View_FFZHandler")>]
abstract member OnNestedFling : Android.Views.View * single * single * bool -> bool
override this.OnNestedFling : Android.Views.View * single * single * bool -> bool
Parameters
- target
- View
View that initiated the nested scroll
- velocityX
- Single
Horizontal velocity in pixels per second
- velocityY
- Single
Vertical velocity in pixels per second
- consumed
- Boolean
true if the child consumed the fling, false otherwise
Returns
Implements
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.