Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java133 touchPoints[numPointsFound].mIsEndOfPath = (time == strokeDescription.mEndTime); in getPointsForTime()
319 boolean mIsEndOfPath; field in GestureDescription.TouchPoint
334 mIsEndOfPath = (startEnd & FLAG_IS_END_OF_PATH) != 0; in TouchPoint()
342 mIsEndOfPath = other.mIsEndOfPath; in copyFrom()
356 startEnd |= mIsEndOfPath ? FLAG_IS_END_OF_PATH : 0; in writeToParcel()
569 if (currentTouchPoints[i].mIsEndOfPath) { in appendUpEvents()