Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8313881e authored by Phil Weaver's avatar Phil Weaver
Browse files

Remove docs for removed a11y gesture methods.

Bug: 27364143
Change-Id: I853090b7bd27cbb887e49ed6755179b596fa6a74
parent a5c45459
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -36,8 +36,7 @@ import java.util.List;
 * Accessibility services with the
 * {@link android.R.styleable#AccessibilityService_canPerformGestures} property can dispatch
 * gestures. This class describes those gestures. Gestures are made up of one or more strokes.
 * Gestures are immutable; use the {@code create} methods to get common gesture, or a
 * {@code Builder} to create a new one.
 * Gestures are immutable once built.
 * <p>
 * Spatial dimensions throughout are in screen pixels. Time is measured in milliseconds.
 */