Searched refs:mMotionEventSources (Results 1 – 2 of 2) sorted by relevance
646 private int mMotionEventSources = 0; field in AccessibilityServiceInfo677 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()
864 private int mMotionEventSources; field in AccessibilityService892 mMotionEventSources = info.getMotionEventSources(); in dispatchServiceConnected()2629 mMotionEventSources = info.getMotionEventSources(); in setServiceInfo()3480 if ((mMotionEventSources & eventSourceWithoutClass) != 0