Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java124 sendMotionEventToNext(event, rawEvent, policyFlags); in onMotionEvent()
158 sendMotionEventToNext(motionEvent, motionEvent, WindowManagerPolicy.FLAG_PASS_TO_USER); in handleMessage()
289 private void sendMotionEventToNext(MotionEvent event, MotionEvent rawEvent, in sendMotionEventToNext() method in MotionEventInjector
308 sendMotionEventToNext(cancelEvent, cancelEvent, in cancelAnyGestureInProgress()