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.java307 obtainMotionEvent(now, now, MotionEvent.ACTION_CANCEL, getLastTouchPoints(), 1); in cancelAnyGestureInProgress()
344 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in getMotionEventsFromGestureSteps()
365 private TouchPoint[] getLastTouchPoints() { in getLastTouchPoints() method in MotionEventInjector
380 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in appendMoveEventIfNeeded()
400 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in appendUpEvents()
428 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in appendDownEvents()