Searched refs:mIsEndOfPath (Results 1 – 4 of 4) sorted by relevance
135 touchPoints[numPointsFound].mIsEndOfPath = !strokeDescription.willContinue() in getPointsForTime()400 public boolean mIsEndOfPath; field in GestureDescription.TouchPoint416 mIsEndOfPath = (startEnd & FLAG_IS_END_OF_PATH) != 0; in TouchPoint()425 mIsEndOfPath = other.mIsEndOfPath; in copyFrom()440 startEnd |= mIsEndOfPath ? FLAG_IS_END_OF_PATH : 0; in writeToParcel()
273 if (mLastTouchPoints[lastPointIndex].mIsEndOfPath in prepareToContinueOldGesture()286 if (!mLastTouchPoints[i].mIsEndOfPath) { in prepareToContinueOldGesture()406 if (currentTouchPoints[i].mIsEndOfPath) { in appendUpEvents()
329 if (gestureStep.touchPoints[i].mIsEndOfPath) {
218 endTouchPoints[i].mIsEndOfPath = true; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()708 touchPoints[0].mIsEndOfPath = ((i == points.length - 1) && !continued); in createSimpleGestureFromPoints()