Searched refs:onMotionEventInternal (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
H A D | MagnificationGestureHandler.java | 119 onMotionEventInternal(event, rawEvent, policyFlags); in onMotionEvent() 165 abstract void onMotionEventInternal(MotionEvent event, MotionEvent rawEvent, int policyFlags); in onMotionEventInternal() method in MagnificationGestureHandler
|
H A D | WindowMagnificationGestureHandler.java | 141 void onMotionEventInternal(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEventInternal() method in WindowMagnificationGestureHandler
|
H A D | FullScreenMagnificationGestureHandler.java | 218 void onMotionEventInternal(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEventInternal() method in FullScreenMagnificationGestureHandler
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
H A D | MagnificationGestureHandlerTest.java | 135 void onMotionEventInternal(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEventInternal() method in MagnificationGestureHandlerTest.TestMagnificationGestureHandler
|