Searched refs:lastTouchPoints (Results 1 – 1 of 1) sorted by relevance
344 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in getMotionEventsFromGestureSteps() local349 if (currentTouchPointSize > lastTouchPoints.length) { in getMotionEventsFromGestureSteps()380 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in appendMoveEventIfNeeded() local382 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() local403 int indexOfUpEvent = findPointByStrokeId(lastTouchPoints, mNumLastTouchPoints, in appendUpEvents()[all …]