Searched refs:lastTouchPoints (Results 1 – 1 of 1) sorted by relevance
362 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in getMotionEventsFromGestureSteps() local367 if (currentTouchPointSize > lastTouchPoints.length) { in getMotionEventsFromGestureSteps()398 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in appendMoveEventIfNeeded() local400 int lastPointsIndex = findPointByStrokeId(lastTouchPoints, mNumLastTouchPoints, 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()411 lastTouchPoints, mNumLastTouchPoints)); in appendMoveEventIfNeeded()418 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in appendUpEvents() local421 int indexOfUpEvent = findPointByStrokeId(lastTouchPoints, mNumLastTouchPoints, in appendUpEvents()[all …]