Searched refs:mIsStartOfPath (Results 1 – 4 of 4) sorted by relevance
151 touchPoints[numPointsFound].mIsStartOfPath = in getPointsForTime()434 public boolean mIsStartOfPath; field in GestureDescription.TouchPoint450 mIsStartOfPath = (startEnd & FLAG_IS_START_OF_PATH) != 0; in TouchPoint()459 mIsStartOfPath = other.mIsStartOfPath; in copyFrom()470 + ", mIsStartOfPath=" + mIsStartOfPath in toString()486 int startEnd = mIsStartOfPath ? FLAG_IS_START_OF_PATH : 0; in writeToParcel()
228 if (!firstStep.touchPoints[i].mIsStartOfPath) { in newGestureTriesToContinueOldOne()252 if (!touchPoint.mIsStartOfPath) { in prepareToContinueOldGesture()432 if (currentTouchPoints[i].mIsStartOfPath) { in appendDownEvents()
221 startTouchPoints[i].mIsStartOfPath = true; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()335 clickTouchPoint.mIsStartOfPath = true; in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal()381 clickTouchPoint.mIsStartOfPath = true; in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew()730 touchPoints[0].mIsStartOfPath = ((i == 0) && (continuedStrokeId <= 0)); in createSimpleGestureFromPoints()
309 if (gestureStep.touchPoints[i].mIsStartOfPath) {