Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java523 if (!anyServiceWantsGenericMotionEvent(rawEvent) in enableFeaturesForDisplay()
898 return anyServiceWantsGenericMotionEvent(event); in shouldProcessMotionEvent()
906 private boolean anyServiceWantsGenericMotionEvent(MotionEvent event) { in anyServiceWantsGenericMotionEvent() method in AccessibilityInputFilter