Gallery.OnFling(MotionEvent, MotionEvent, Single, Single) 方法

定义

注意

deprecated

当发生时,通知其发生时,其初始时间已关闭 MotionEvent 并匹配 MotionEvent

[Android.Runtime.Register("onFling", "(Landroid/view/MotionEvent;Landroid/view/MotionEvent;FF)Z", "GetOnFling_Landroid_view_MotionEvent_Landroid_view_MotionEvent_FFHandler")]
[System.Obsolete("deprecated")]
public virtual bool OnFling (Android.Views.MotionEvent? e1, Android.Views.MotionEvent? e2, float velocityX, float velocityY);
[<Android.Runtime.Register("onFling", "(Landroid/view/MotionEvent;Landroid/view/MotionEvent;FF)Z", "GetOnFling_Landroid_view_MotionEvent_Landroid_view_MotionEvent_FFHandler")>]
[<System.Obsolete("deprecated")>]
abstract member OnFling : Android.Views.MotionEvent * Android.Views.MotionEvent * single * single -> bool
override this.OnFling : Android.Views.MotionEvent * Android.Views.MotionEvent * single * single -> bool

参数

e1
MotionEvent

启动逃跑的第一个向下运动事件。

e2
MotionEvent

触发当前 onFling 的移动动作事件。

velocityX
Single

沿 x 轴以像素/秒为单位测量的此飞转速度。

velocityY
Single

沿 y 轴以像素/秒为单位测量的此旋转速度。

返回

实现

属性

注解

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

适用于