ViewGroup.OnNestedFling(View, Single, Single, Boolean) Method

Definition

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

Java documentation for android.view.ViewGroup.onNestedFling(android.view.View, float, float, boolean).

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.

Applies to