GestureDetector.IOnDoubleTapListener.OnDoubleTapEvent(MotionEvent) Method

Definition

Notified when an event within a double-tap gesture occurs, including the down, move, and up events.

[Android.Runtime.Register("onDoubleTapEvent", "(Landroid/view/MotionEvent;)Z", "GetOnDoubleTapEvent_Landroid_view_MotionEvent_Handler:Android.Views.GestureDetector/IOnDoubleTapListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool OnDoubleTapEvent (Android.Views.MotionEvent e);
[<Android.Runtime.Register("onDoubleTapEvent", "(Landroid/view/MotionEvent;)Z", "GetOnDoubleTapEvent_Landroid_view_MotionEvent_Handler:Android.Views.GestureDetector/IOnDoubleTapListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnDoubleTapEvent : Android.Views.MotionEvent -> bool

Parameters

e
MotionEvent

The motion event that occurred during the double-tap gesture.

Returns

true if the event is consumed, else false

Attributes

Remarks

Notified when an event within a double-tap gesture occurs, including the down, move, and up events.

Java documentation for android.view.GestureDetector.OnDoubleTapListener.onDoubleTapEvent(android.view.MotionEvent).

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