Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java151 touchPoints[numPointsFound].mIsStartOfPath = in getPointsForTime()
434 public boolean mIsStartOfPath; field in GestureDescription.TouchPoint
450 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()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java243 if (!firstStep.touchPoints[i].mIsStartOfPath) { in newGestureTriesToContinueOldOne()
267 if (!touchPoint.mIsStartOfPath) { in prepareToContinueOldGesture()
448 if (currentTouchPoints[i].mIsStartOfPath) { in appendDownEvents()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java236 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()
DGestureDescriptionTest.java309 if (gestureStep.touchPoints[i].mIsStartOfPath) {
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt170 Landroid/accessibilityservice/GestureDescription$TouchPoint;->mIsStartOfPath:Z