Searched refs:mIsStartOfPath (Results 1 – 4 of 4) sorted by relevance
132 touchPoints[numPointsFound].mIsStartOfPath = in getPointsForTime()399 public boolean mIsStartOfPath; field in GestureDescription.TouchPoint415 mIsStartOfPath = (startEnd & FLAG_IS_START_OF_PATH) != 0; in TouchPoint()424 mIsStartOfPath = other.mIsStartOfPath; in copyFrom()439 int startEnd = mIsStartOfPath ? FLAG_IS_START_OF_PATH : 0; in writeToParcel()
237 if (!firstStep.touchPoints[i].mIsStartOfPath) { in newGestureTriesToContinueOldOne()261 if (!touchPoint.mIsStartOfPath) { in prepareToContinueOldGesture()434 if (currentTouchPoints[i].mIsStartOfPath) { in appendDownEvents()
214 startTouchPoints[i].mIsStartOfPath = true; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()311 clickTouchPoint.mIsStartOfPath = true; in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal()357 clickTouchPoint.mIsStartOfPath = true; in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew()705 touchPoints[0].mIsStartOfPath = ((i == 0) && (continuedStrokeId <= 0)); in createSimpleGestureFromPoints()
309 if (gestureStep.touchPoints[i].mIsStartOfPath) {