Android.Views.VelocityTracker.AddMovement Method
Add a user's movement to the tracker.

Syntax

[Android.Runtime.Register("addMovement", "(Landroid/view/MotionEvent;)V", "")]
public void AddMovement (MotionEvent ev)

Parameters

e
The MotionEvent you received and would like to track.

Remarks

Add a user's movement to the tracker. You should call this for the initial MotionEvent.ACTION_DOWN, the following MotionEvent.ACTION_MOVE events that you receive, and the final MotionEvent.ACTION_UP. You can, however, call this for whichever events you desire.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1