Gallery.OnDown(MotionEvent) 方法

定义

注意

deprecated

点击发生时通知触发它的向下 MotionEvent 键。

[Android.Runtime.Register("onDown", "(Landroid/view/MotionEvent;)Z", "GetOnDown_Landroid_view_MotionEvent_Handler")]
[System.Obsolete("deprecated")]
public virtual bool OnDown (Android.Views.MotionEvent? e);
[<Android.Runtime.Register("onDown", "(Landroid/view/MotionEvent;)Z", "GetOnDown_Landroid_view_MotionEvent_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member OnDown : Android.Views.MotionEvent -> bool
override this.OnDown : Android.Views.MotionEvent -> bool

参数

e
MotionEvent

向下运动事件。

返回

实现

属性

注解

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

适用于