Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DMagnificationGestureHandler.java131 onMotionEventInternal(event, rawEvent, policyFlags); in onMotionEvent()
177 abstract void onMotionEventInternal(MotionEvent event, MotionEvent rawEvent, int policyFlags); in onMotionEventInternal() method in MagnificationGestureHandler
DWindowMagnificationGestureHandler.java150 void onMotionEventInternal(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEventInternal() method in WindowMagnificationGestureHandler
DFullScreenMagnificationGestureHandler.java333 void onMotionEventInternal(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEventInternal() method in FullScreenMagnificationGestureHandler
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DMagnificationGestureHandlerTest.java138 void onMotionEventInternal(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEventInternal() method in MagnificationGestureHandlerTest.TestMagnificationGestureHandler