GestureDetector.SimpleOnGestureListener.OnDoubleTap(MotionEvent) Method

Definition

Notified when a double-tap occurs.

[Android.Runtime.Register("onDoubleTap", "(Landroid/view/MotionEvent;)Z", "GetOnDoubleTap_Landroid_view_MotionEvent_Handler")]
public virtual bool OnDoubleTap (Android.Views.MotionEvent e);
[<Android.Runtime.Register("onDoubleTap", "(Landroid/view/MotionEvent;)Z", "GetOnDoubleTap_Landroid_view_MotionEvent_Handler")>]
abstract member OnDoubleTap : Android.Views.MotionEvent -> bool
override this.OnDoubleTap : Android.Views.MotionEvent -> bool

Parameters

e
MotionEvent

The down motion event of the first tap of the double-tap.

Returns

Implements

Attributes

Remarks

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