The members of Android.Views.VelocityTracker are listed below.
See Also: Inherited members from Java.Lang.Object
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
AddMovement(MotionEvent)Add a user's movement to the tracker. | ||
Clear()Reset the velocity tracker back to its initial state. | ||
ComputeCurrentVelocity(int)Equivalent to invoking VelocityTracker.ComputeCurrentVelocity(int, System.Single) with a maximum velocity of Float. | ||
ComputeCurrentVelocity(int, float)Compute the current velocity based on the points that have been collected. | ||
GetXVelocity(int)Retrieve the last computed X velocity. | ||
GetYVelocity(int)Retrieve the last computed Y velocity. | ||
static | Obtain()Retrieve a new VelocityTracker object to watch the velocity of a motion. | |
Recycle()Return a VelocityTracker object back to be re-used by others. |