AccessibilityServiceInfo.MotionEventSources 属性

定义

返回辅助功能服务希望侦听泛型android.view.MotionEvent的源的android.view.InputDevice位掩码。 - 或 - 设置辅助功能服务想要侦听泛型android.view.MotionEvent的源的android.view.InputDevice位掩码。

public virtual Android.Views.InputSourceType MotionEventSources { [Android.Runtime.Register("getMotionEventSources", "()I", "GetGetMotionEventSourcesHandler", ApiSince=34)] get; [Android.Runtime.Register("setMotionEventSources", "(I)V", "GetSetMotionEventSources_IHandler", ApiSince=34)] set; }
[<get: Android.Runtime.Register("getMotionEventSources", "()I", "GetGetMotionEventSourcesHandler", ApiSince=34)>]
[<set: Android.Runtime.Register("setMotionEventSources", "(I)V", "GetSetMotionEventSources_IHandler", ApiSince=34)>]
member this.MotionEventSources : Android.Views.InputSourceType with get, set

属性值

属性

注解

属性 getter 文档:

返回辅助功能服务希望侦听泛型android.view.MotionEvent的源的android.view.InputDevice位掩码。

适用于 . 的 android.accessibilityservice.AccessibilityServiceInfo.getMotionEventSources()Java 文档

属性 setter 文档:

设置辅助功能服务想要侦听泛型android.view.MotionEvent的源的android.view.InputDevice位掩码。

android.view.InputDevice包括不发送android.view.MotionEvent的源实际上是该源的无操作,因为不会从该源接收任何事件。

请参阅 android.view.InputDevice 完整的源定义。 许多输入设备从多个源类型发送android.view.InputEvent,因此,除了用于AccessibilityService#onKeyEvent侦听android.view.KeyEvent之外,可能还需要在此处包含多个android.view.MotionEvent源。

<strong Note:</strong>>android.view.InputDevice sources contain source class bits that complicwise bitwise flag removal operations. 若要删除特定源,应使用单个源常量上的按位 OR 操作重新生成整个值。

适用于 . 的 android.accessibilityservice.AccessibilityServiceInfo.setMotionEventSources(int)Java 文档

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

适用于