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() local405 lastTouchPoints[lastPointsIndex].copyFrom(currentTouchPoints[i]); in appendMoveEventIfNeeded()411 lastTouchPoints, mNumLastTouchPoints)); in appendMoveEventIfNeeded()418 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in appendUpEvents() local430 lastTouchPoints, mNumLastTouchPoints)); in appendUpEvents()433 lastTouchPoints[j].copyFrom(mLastTouchPoints[j + 1]); in appendUpEvents()446 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in appendDownEvents() local450 lastTouchPoints[mNumLastTouchPoints++].copyFrom(currentTouchPoints[i]); in appendDownEvents()[all …]