Home
last modified time | relevance | path

Searched refs:mMotionEventSources (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityServiceInfo.java640 private int mMotionEventSources = 0; field in AccessibilityServiceInfo
816 mMotionEventSources = other.mMotionEventSources; in updateDynamicallyConfigurableProperties()
993 return mMotionEventSources; in getMotionEventSources()
1024 mMotionEventSources = motionEventSources; in setMotionEventSources()
1260 parcel.writeInt(mMotionEventSources); in writeToParcel()
1285 mMotionEventSources = parcel.readInt(); in initFromParcel()
H A DAccessibilityService.java821 private int mMotionEventSources; field in AccessibilityService
849 mMotionEventSources = info.getMotionEventSources(); in dispatchServiceConnected()
2570 mMotionEventSources = info.getMotionEventSources(); in setServiceInfo()
3425 if ((mMotionEventSources & eventSourceWithoutClass) != 0