Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMotionEventInjector.java362 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in getMotionEventsFromGestureSteps() local
367 if (currentTouchPointSize > lastTouchPoints.length) { in getMotionEventsFromGestureSteps()
398 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in appendMoveEventIfNeeded() local
405 lastTouchPoints[lastPointsIndex].copyFrom(currentTouchPoints[i]); in appendMoveEventIfNeeded()
411 lastTouchPoints, mNumLastTouchPoints)); in appendMoveEventIfNeeded()
418 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in appendUpEvents() local
430 lastTouchPoints, mNumLastTouchPoints)); in appendUpEvents()
433 lastTouchPoints[j].copyFrom(mLastTouchPoints[j + 1]); in appendUpEvents()
446 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in appendDownEvents() local
450 lastTouchPoints[mNumLastTouchPoints++].copyFrom(currentTouchPoints[i]); in appendDownEvents()
[all …]