Home
last modified time | relevance | path

Searched refs:mIsStartOfPath (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java132 touchPoints[numPointsFound].mIsStartOfPath = in getPointsForTime()
399 public boolean mIsStartOfPath; field in GestureDescription.TouchPoint
415 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()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java237 if (!firstStep.touchPoints[i].mIsStartOfPath) { in newGestureTriesToContinueOldOne()
261 if (!touchPoint.mIsStartOfPath) { in prepareToContinueOldGesture()
434 if (currentTouchPoints[i].mIsStartOfPath) { in appendDownEvents()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java214 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()
DGestureDescriptionTest.java309 if (gestureStep.touchPoints[i].mIsStartOfPath) {