Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A 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()
/aosp12/frameworks/base/services/
H A Dart-profile4421 PLcom/android/server/accessibility/MotionEventInjector;->getLastTouchPoints()[Landroid/accessibilit…