GestureDetector.SimpleOnGestureListener.OnDoubleTap(MotionEvent) 方法

定义

双击发生时通知。

[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

参数

e
MotionEvent

双击的第一次点击的下运动事件。

返回

实现

属性

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于