Searched refs:obtainMotionEvent (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/accessibilityservice/ |
D | GestureDescription.java | 437 motionEvents.add(obtainMotionEvent(downTime, currentTime, MotionEvent.ACTION_MOVE, in appendMoveEventIfNeeded() 457 motionEvents.add(obtainMotionEvent(downTime, currentTime, action, in appendUpEvents() 482 motionEvents.add(obtainMotionEvent(downTime, currentTime, action, in appendDownEvents() 489 private static MotionEvent obtainMotionEvent(long downTime, long eventTime, int action, in obtainMotionEvent() method in GestureDescription.MotionEventGenerator
|