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

Commit 5af30840 authored by Phil Weaver's avatar Phil Weaver Committed by Android (Google) Code Review
Browse files

Merge "Remove docs for removed a11y gesture methods." into nyc-dev

parents e8c5480b 8313881e
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.
 */