Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityInputFilter.java206 private int mCombinedGenericMotionEventSources = 0; field in AccessibilityInputFilter
1098 return (mCombinedGenericMotionEventSources in anyServiceWantsToObserveMotionEvent()
1112 return (mCombinedGenericMotionEventSources & eventSourceWithoutClass) != 0; in anyServiceWantsGenericMotionEvent()
1116 mCombinedGenericMotionEventSources = sources; in setCombinedGenericMotionEventSources()