Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java146 StrokeDescription strokeDescription = mStrokes.get(i); in getPointsForTime() local
147 if (strokeDescription.hasPointForTime(time)) { in getPointsForTime()
148 touchPoints[numPointsFound].mStrokeId = strokeDescription.getId(); in getPointsForTime()
150 strokeDescription.getContinuedStrokeId(); in getPointsForTime()
152 (strokeDescription.getContinuedStrokeId() < 0) in getPointsForTime()
153 && (time == strokeDescription.mStartTime); in getPointsForTime()
154 touchPoints[numPointsFound].mIsEndOfPath = !strokeDescription.willContinue() in getPointsForTime()
155 && (time == strokeDescription.mEndTime); in getPointsForTime()
156 strokeDescription.getPosForTime(time, mTempPos); in getPointsForTime()
194 public Builder addStroke(@NonNull StrokeDescription strokeDescription) { in addStroke() argument
[all …]
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...