Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java400 int lastPointsIndex = findPointByStrokeId(lastTouchPoints, mNumLastTouchPoints, in appendMoveEventIfNeeded() local
402 if (lastPointsIndex >= 0) { in appendMoveEventIfNeeded()
403 moveFound |= (lastTouchPoints[lastPointsIndex].mX != currentTouchPoints[i].mX) in appendMoveEventIfNeeded()
404 || (lastTouchPoints[lastPointsIndex].mY != currentTouchPoints[i].mY); in appendMoveEventIfNeeded()
405 lastTouchPoints[lastPointsIndex].copyFrom(currentTouchPoints[i]); in appendMoveEventIfNeeded()