Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java307 obtainMotionEvent(now, now, MotionEvent.ACTION_CANCEL, getLastTouchPoints(), 1); in cancelAnyGestureInProgress()
392 motionEvents.add(obtainMotionEvent(mDownTime, currentTime, MotionEvent.ACTION_MOVE, in appendMoveEventIfNeeded()
411 motionEvents.add(obtainMotionEvent(mDownTime, currentTime, action, in appendUpEvents()
439 motionEvents.add(obtainMotionEvent(mDownTime, currentTime, action, in appendDownEvents()
445 private MotionEvent obtainMotionEvent(long downTime, long eventTime, int action, in obtainMotionEvent() method in MotionEventInjector