Searched refs:mIsStartOfPath (Results 1 – 5 of 5) 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()
243 if (!firstStep.touchPoints[i].mIsStartOfPath) { in newGestureTriesToContinueOldOne()267 if (!touchPoint.mIsStartOfPath) { in prepareToContinueOldGesture()448 if (currentTouchPoints[i].mIsStartOfPath) { in appendDownEvents()
236 startTouchPoints[i].mIsStartOfPath = true; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()354 clickTouchPoint.mIsStartOfPath = true; in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal()400 clickTouchPoint.mIsStartOfPath = true; in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew()749 touchPoints[0].mIsStartOfPath = ((i == 0) && (continuedStrokeId <= 0)); in createSimpleGestureFromPoints()
309 if (gestureStep.touchPoints[i].mIsStartOfPath) {
170 Landroid/accessibilityservice/GestureDescription$TouchPoint;->mIsStartOfPath:Z