Searched refs:onMotionEventInternal (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
D | MagnificationGestureHandler.java | 127 onMotionEventInternal(event, rawEvent, policyFlags); in onMotionEvent() 173 abstract void onMotionEventInternal(MotionEvent event, MotionEvent rawEvent, int policyFlags); in onMotionEventInternal() method in MagnificationGestureHandler
|
D | WindowMagnificationGestureHandler.java | 131 void onMotionEventInternal(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEventInternal() method in WindowMagnificationGestureHandler
|
D | FullScreenMagnificationGestureHandler.java | 175 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 | 137 void onMotionEventInternal(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEventInternal() method in MagnificationGestureHandlerTest.TestMagnificationGestureHandler
|
/frameworks/base/services/ |
D | art-profile | 4835 …cessibility/magnification/FullScreenMagnificationGestureHandler;->onMotionEventInternal(Landroid/v…
|