Searched defs:GestureDescription (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java40 public final class GestureDescription { class
70 private GestureDescription() {} method in class:GestureDescription
72 private GestureDescription(List<StrokeDescription> strokes) { method in class:GestureDescription
158 * Builder for a {@code GestureDescription}
166 * {@link GestureDescription#getMaxStrokeCount()} paths may be
168 * path end time) may not exceed {@link GestureDescription#getMaxGestureDuration()}.
190 public GestureDescription build() {
194 return new GestureDescription(mStrokes);
513 * Class to convert a GestureDescription to a series of GestureSteps.
522 GestureDescription descriptio
[all...]

Completed in 178 milliseconds