Searched refs:touchPoint (Results 1 – 2 of 2) sorted by relevance
249 TouchPoint touchPoint = firstStep.touchPoints[i]; in prepareToContinueOldGesture() local250 if (!touchPoint.mIsStartOfPath) { in prepareToContinueOldGesture()252 .get(touchPoint.mContinuedStrokeId, -1); in prepareToContinueOldGesture()255 + touchPoint); in prepareToContinueOldGesture()258 mStrokeIdToPointerId.put(touchPoint.mStrokeId, continuedPointerId); in prepareToContinueOldGesture()260 mLastTouchPoints, mNumLastTouchPoints, touchPoint.mContinuedStrokeId); in prepareToContinueOldGesture()263 + touchPoint + " not matching any previous strokes in " in prepareToContinueOldGesture()268 || (mLastTouchPoints[lastPointIndex].mX != touchPoint.mX) in prepareToContinueOldGesture()269 || (mLastTouchPoints[lastPointIndex].mY != touchPoint.mY)) { in prepareToContinueOldGesture()271 + mLastTouchPoints[lastPointIndex] + " and " + touchPoint); in prepareToContinueOldGesture()[all …]
317 final PointF touchPoint = new PointF( in startSelectionActionModeWithSmartSelectAnimation() local322 movePointInsideNearestRectangle(touchPoint, selectionRectangles, in startSelectionActionModeWithSmartSelectAnimation()