VelocityTracker.GetYVelocity(Int32) Method

Definition

Retrieve the last computed Y velocity.

[Android.Runtime.Register("getYVelocity", "(I)F", "")]
public float GetYVelocity (int id);
[<Android.Runtime.Register("getYVelocity", "(I)F", "")>]
member this.GetYVelocity : int -> single

Parameters

id
Int32

Which pointer's velocity to return.

Returns

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(int).

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