Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java135 touchPoints[numPointsFound].mIsEndOfPath = !strokeDescription.willContinue() in getPointsForTime()
400 public boolean mIsEndOfPath; field in GestureDescription.TouchPoint
416 mIsEndOfPath = (startEnd & FLAG_IS_END_OF_PATH) != 0; in TouchPoint()
425 mIsEndOfPath = other.mIsEndOfPath; in copyFrom()
440 startEnd |= mIsEndOfPath ? FLAG_IS_END_OF_PATH : 0; in writeToParcel()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java273 if (mLastTouchPoints[lastPointIndex].mIsEndOfPath in prepareToContinueOldGesture()
286 if (!mLastTouchPoints[i].mIsEndOfPath) { in prepareToContinueOldGesture()
406 if (currentTouchPoints[i].mIsEndOfPath) { in appendUpEvents()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DGestureDescriptionTest.java329 if (gestureStep.touchPoints[i].mIsEndOfPath) {
DMotionEventInjectorTest.java218 endTouchPoints[i].mIsEndOfPath = true; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
708 touchPoints[0].mIsEndOfPath = ((i == points.length - 1) && !continued); in createSimpleGestureFromPoints()