Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityServiceInfo.java646 private int mMotionEventSources = 0; field in AccessibilityServiceInfo
677 mMotionEventSourcesDefault = info.mMotionEventSources; in DynamicPropertyDefaults()
852 mMotionEventSources = mDynamicPropertyDefaults.mMotionEventSourcesDefault; in resetDynamicallyConfigurableProperties()
886 mMotionEventSources = other.mMotionEventSources; in updateDynamicallyConfigurableProperties()
1067 return mMotionEventSources; in getMotionEventSources()
1097 mMotionEventSources = motionEventSources; in setMotionEventSources()
1132 if ((observedMotionEventSources & ~mMotionEventSources) != 0) { in setObservedMotionEventSources()
1137 mMotionEventSources, observedMotionEventSources); in setObservedMotionEventSources()
1392 parcel.writeInt(mMotionEventSources); in writeToParcel()
1418 mMotionEventSources = parcel.readInt(); in initFromParcel()
DAccessibilityService.java864 private int mMotionEventSources; field in AccessibilityService
892 mMotionEventSources = info.getMotionEventSources(); in dispatchServiceConnected()
2629 mMotionEventSources = info.getMotionEventSources(); in setServiceInfo()
3480 if ((mMotionEventSources & eventSourceWithoutClass) != 0