Searched refs:mIsEndOfPath (Results 1 – 4 of 4) sorted by relevance
154 touchPoints[numPointsFound].mIsEndOfPath = !strokeDescription.willContinue() in getPointsForTime()435 public boolean mIsEndOfPath; field in GestureDescription.TouchPoint451 mIsEndOfPath = (startEnd & FLAG_IS_END_OF_PATH) != 0; in TouchPoint()460 mIsEndOfPath = other.mIsEndOfPath; in copyFrom()471 + ", mIsEndOfPath=" + mIsEndOfPath in toString()487 startEnd |= mIsEndOfPath ? FLAG_IS_END_OF_PATH : 0; in writeToParcel()
269 if (mLastTouchPoints[lastPointIndex].mIsEndOfPath in prepareToContinueOldGesture()284 if (!mLastTouchPoints[i].mIsEndOfPath) { in prepareToContinueOldGesture()404 if (currentTouchPoints[i].mIsEndOfPath) { in appendUpEvents()
329 if (gestureStep.touchPoints[i].mIsEndOfPath) {
225 endTouchPoints[i].mIsEndOfPath = true; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()733 touchPoints[0].mIsEndOfPath = ((i == points.length - 1) && !continued); in createSimpleGestureFromPoints()