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.java382 int lastPointsIndex = findPointByStrokeId(lastTouchPoints, mNumLastTouchPoints, in appendMoveEventIfNeeded() local
384 if (lastPointsIndex >= 0) { 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()