Searched refs:onMotionEventInternal (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
D | MagnificationGestureHandler.java | 131 onMotionEventInternal(event, rawEvent, policyFlags); in onMotionEvent() 177 abstract void onMotionEventInternal(MotionEvent event, MotionEvent rawEvent, int policyFlags); in onMotionEventInternal() method in MagnificationGestureHandler
|
D | WindowMagnificationGestureHandler.java | 150 void onMotionEventInternal(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEventInternal() method in WindowMagnificationGestureHandler
|
D | FullScreenMagnificationGestureHandler.java | 333 void onMotionEventInternal(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEventInternal() method in FullScreenMagnificationGestureHandler
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
D | MagnificationGestureHandlerTest.java | 138 void onMotionEventInternal(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEventInternal() method in MagnificationGestureHandlerTest.TestMagnificationGestureHandler
|