Searched refs:currentTouchPoints (Results 1 – 2 of 2) sorted by relevance
379 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendMoveEventIfNeeded() argument385 currentTouchPoints[i].mStrokeId); in appendMoveEventIfNeeded()387 moveFound |= (lastTouchPoints[lastPointsIndex].mX != currentTouchPoints[i].mX) in appendMoveEventIfNeeded()388 || (lastTouchPoints[lastPointsIndex].mY != currentTouchPoints[i].mY); in appendMoveEventIfNeeded()389 lastTouchPoints[lastPointsIndex].copyFrom(currentTouchPoints[i]); in appendMoveEventIfNeeded()400 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendUpEvents() argument404 if (currentTouchPoints[i].mIsEndOfPath) { in appendUpEvents()406 currentTouchPoints[i].mStrokeId); in appendUpEvents()428 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendDownEvents() argument432 if (currentTouchPoints[i].mIsStartOfPath) { in appendDownEvents()[all …]
573 final TouchPoint[] currentTouchPoints = in getGestureStepsFromGestureDescription() local583 currentTouchPoints); in getGestureStepsFromGestureDescription()585 currentTouchPoints)); in getGestureStepsFromGestureDescription()