Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java2592 int combinedGenericMotionEventSources = 0; in updateInputFilter() local
2594 combinedGenericMotionEventSources |= connection.mGenericMotionEventSources; in updateInputFilter()
2596 if (combinedGenericMotionEventSources != 0) { in updateInputFilter()
2612 combinedGenericMotionEventSources); in updateInputFilter()