Searched refs:currentTouchPoints (Results 1 – 2 of 2) sorted by relevance
395 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendMoveEventIfNeeded() argument401 currentTouchPoints[i].mStrokeId); 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()416 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendUpEvents() argument420 if (currentTouchPoints[i].mIsEndOfPath) { in appendUpEvents()422 currentTouchPoints[i].mStrokeId); in appendUpEvents()444 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendDownEvents() argument448 if (currentTouchPoints[i].mIsStartOfPath) { in appendDownEvents()[all …]
573 final TouchPoint[] currentTouchPoints = in getGestureStepsFromGestureDescription() local583 currentTouchPoints); in getGestureStepsFromGestureDescription()585 currentTouchPoints)); in getGestureStepsFromGestureDescription()