Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java324 obtainMotionEvent(now, now, MotionEvent.ACTION_CANCEL, getLastTouchPoints(), 1); in cancelAnyGestureInProgress()
362 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in getMotionEventsFromGestureSteps()
383 private TouchPoint[] getLastTouchPoints() { in getLastTouchPoints() method in MotionEventInjector
398 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in appendMoveEventIfNeeded()
418 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in appendUpEvents()
446 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in appendDownEvents()