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

am: 5af3084

* commit '5af3084049daf76aae1fd3af84c58ee4fa093415':
  Remove docs for removed a11y gesture methods.

Change-Id: Ic2ec2e0308238e48f5c9be6ee78d8d390248c3eb
This commit is contained in:
Phil Weaver
2016-04-04 16:42:57 +00:00
committed by android-build-merger

View File

@@ -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.
*/