Android.Views.MotionEvent.AddBatch Method
Add a new movement to the batch of movements in this event.

Syntax

[Android.Runtime.Register("addBatch", "(JFFFFI)V", "")]
public void AddBatch (long eventTime, float x, float y, float pressure, float size, [Android.Runtime.GeneratedEnum] MetaKeyStates metaState)

Parameters

eventTime
The time stamp (in ms) for this data.
x
The new X position.
y
The new Y position.
pressure
The new pressure.
size
The new size.
metaState
Meta key state.

Remarks

Add a new movement to the batch of movements in this event. The event's current location, position and size is updated to the new values. The current values in the event are added to a list of historical values. Only applies to MotionEvent.ACTION_MOVE or MotionEvent.ACTION_HOVER_MOVE events.

[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