Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java154 touchPoints[numPointsFound].mIsEndOfPath = !strokeDescription.willContinue() in getPointsForTime()
435 public boolean mIsEndOfPath; field in GestureDescription.TouchPoint
451 mIsEndOfPath = (startEnd & FLAG_IS_END_OF_PATH) != 0; in TouchPoint()
460 mIsEndOfPath = other.mIsEndOfPath; in copyFrom()
471 + ", mIsEndOfPath=" + mIsEndOfPath in toString()
487 startEnd |= mIsEndOfPath ? FLAG_IS_END_OF_PATH : 0; in writeToParcel()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java269 if (mLastTouchPoints[lastPointIndex].mIsEndOfPath in prepareToContinueOldGesture()
284 if (!mLastTouchPoints[i].mIsEndOfPath) { in prepareToContinueOldGesture()
404 if (currentTouchPoints[i].mIsEndOfPath) { in appendUpEvents()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DGestureDescriptionTest.java329 if (gestureStep.touchPoints[i].mIsEndOfPath) {
DMotionEventInjectorTest.java225 endTouchPoints[i].mIsEndOfPath = true; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
733 touchPoints[0].mIsEndOfPath = ((i == points.length - 1) && !continued); in createSimpleGestureFromPoints()