VelocityTracker.YVelocity Property

Definition

Retrieve the last computed Y velocity.

public float YVelocity { [Android.Runtime.Register("getYVelocity", "()F", "")] get; }
[<get: Android.Runtime.Register("getYVelocity", "()F", "")>]
member this.YVelocity : single

Property Value

The previously computed Y velocity.

Attributes

Remarks

Retrieve the last computed Y velocity. You must first call #computeCurrentVelocity(int) before calling this function.

Java documentation for android.view.VelocityTracker.getYVelocity().

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