Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java344 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in getMotionEventsFromGestureSteps() local
349 if (currentTouchPointSize > lastTouchPoints.length) { in getMotionEventsFromGestureSteps()
380 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in appendMoveEventIfNeeded() local
382 int lastPointsIndex = findPointByStrokeId(lastTouchPoints, mNumLastTouchPoints, in appendMoveEventIfNeeded()
385 moveFound |= (lastTouchPoints[lastPointsIndex].mX != currentTouchPoints[i].mX) in appendMoveEventIfNeeded()
386 || (lastTouchPoints[lastPointsIndex].mY != currentTouchPoints[i].mY); in appendMoveEventIfNeeded()
387 lastTouchPoints[lastPointsIndex].copyFrom(currentTouchPoints[i]); in appendMoveEventIfNeeded()
393 lastTouchPoints, mNumLastTouchPoints)); in appendMoveEventIfNeeded()
400 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in appendUpEvents() local
403 int indexOfUpEvent = findPointByStrokeId(lastTouchPoints, mNumLastTouchPoints, in appendUpEvents()
[all …]