Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityInputFilter.java683 if (anyServiceWantsGenericMotionEvent(event)) { in enableFeaturesForDisplay()
1082 return anyServiceWantsGenericMotionEvent(event); in shouldProcessMotionEvent()
1104 private boolean anyServiceWantsGenericMotionEvent(MotionEvent event) { in anyServiceWantsGenericMotionEvent() method in AccessibilityInputFilter