Searched refs:currentTouchPoints (Results 1 – 2 of 2) sorted by relevance
377 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendMoveEventIfNeeded() argument383 currentTouchPoints[i].mStrokeId); 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()398 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendUpEvents() argument402 if (currentTouchPoints[i].mIsEndOfPath) { in appendUpEvents()404 currentTouchPoints[i].mStrokeId); in appendUpEvents()426 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendDownEvents() argument430 if (currentTouchPoints[i].mIsStartOfPath) { in appendDownEvents()[all …]
538 final TouchPoint[] currentTouchPoints = in getGestureStepsFromGestureDescription() local548 currentTouchPoints); in getGestureStepsFromGestureDescription()550 currentTouchPoints)); in getGestureStepsFromGestureDescription()