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

Commit ecdf554c authored by Shailen Tuli's avatar Shailen Tuli Committed by Android (Google) Code Review
Browse files

Merge "Removed references to unreleased API from javadocs" into main

parents 2f5bd948 20aea6a7
Loading
Loading
Loading
Loading
+11 −24
Original line number Diff line number Diff line
@@ -5400,13 +5400,10 @@ public class AccessibilityNodeInfo implements Parcelable {
        public static final AccessibilityAction ACTION_PREVIOUS_HTML_ELEMENT =
                new AccessibilityAction(AccessibilityNodeInfo.ACTION_PREVIOUS_HTML_ELEMENT);

        // TODO(316638728): restore ACTION_ARGUMENT_SCROLL_AMOUNT_FLOAT in javadoc
        /**
         * Action to scroll the node content forward.
         *
         * <p>
         *     <strong>Arguments:</strong>
         *     {@link #ACTION_ARGUMENT_SCROLL_AMOUNT_FLOAT}. This is an optional argument.
         * </p>
         * <p>The UI element that implements this should send a
         * {@link AccessibilityEvent#TYPE_VIEW_SCROLLED} event. Depending on the orientation,
         * this element should also add the relevant directional scroll actions of
@@ -5447,12 +5444,10 @@ public class AccessibilityNodeInfo implements Parcelable {
        public static final AccessibilityAction ACTION_SCROLL_FORWARD =
                new AccessibilityAction(AccessibilityNodeInfo.ACTION_SCROLL_FORWARD);

        // TODO(316638728): restore ACTION_ARGUMENT_SCROLL_AMOUNT_FLOAT in javadoc
        /**
         * Action to scroll the node content backward.
         * <p>
         *     <strong>Arguments:</strong>
         *     {@link #ACTION_ARGUMENT_SCROLL_AMOUNT_FLOAT}. This is an optional argument.
         * </p>
         *
         * <p>The UI element that implements this should send a
         * {@link AccessibilityEvent#TYPE_VIEW_SCROLLED} event. Depending on the orientation,
         * this element should also add the relevant directional scroll actions of
@@ -5647,48 +5642,40 @@ public class AccessibilityNodeInfo implements Parcelable {
        @NonNull public static final AccessibilityAction ACTION_SCROLL_IN_DIRECTION =
                new AccessibilityAction(R.id.accessibilityActionScrollInDirection);

        // TODO(316638728): restore ACTION_ARGUMENT_SCROLL_AMOUNT_FLOAT in javadoc
        /**
         * Action to scroll the node content up.
         * <p>
         *     <strong>Arguments:</strong>
         *     {@link #ACTION_ARGUMENT_SCROLL_AMOUNT_FLOAT}. This is an optional argument.
         * </p>
         *
         * <p>The UI element that implements this should send a
         * {@link AccessibilityEvent#TYPE_VIEW_SCROLLED} event.
         */
        public static final AccessibilityAction ACTION_SCROLL_UP =
                new AccessibilityAction(R.id.accessibilityActionScrollUp);

        // TODO(316638728): restore ACTION_ARGUMENT_SCROLL_AMOUNT_FLOAT in javadoc
        /**
         * Action to scroll the node content left.
         * <p>
         *     <strong>Arguments:</strong>
         *     {@link #ACTION_ARGUMENT_SCROLL_AMOUNT_FLOAT}. This is an optional argument.
         * </p>
         *
         * <p>The UI element that implements this should send a
         * {@link AccessibilityEvent#TYPE_VIEW_SCROLLED} event.
         */
        public static final AccessibilityAction ACTION_SCROLL_LEFT =
                new AccessibilityAction(R.id.accessibilityActionScrollLeft);

        // TODO(316638728): restore ACTION_ARGUMENT_SCROLL_AMOUNT_FLOAT in javadoc
        /**
         * Action to scroll the node content down.
         * <p>
         *     <strong>Arguments:</strong>
         *     {@link #ACTION_ARGUMENT_SCROLL_AMOUNT_FLOAT}. This is an optional argument.
         * </p>
         *
         * <p>The UI element that implements this should send a
         * {@link AccessibilityEvent#TYPE_VIEW_SCROLLED} event.
         */
        public static final AccessibilityAction ACTION_SCROLL_DOWN =
                new AccessibilityAction(R.id.accessibilityActionScrollDown);

        // TODO(316638728): restore ACTION_ARGUMENT_SCROLL_AMOUNT_FLOAT in javadoc
        /**
         * Action to scroll the node content right.
         * <p>
         *     <strong>Arguments:</strong>
         *     {@link #ACTION_ARGUMENT_SCROLL_AMOUNT_FLOAT}. This is an optional argument.
         * </p>
         *
         * <p>The UI element that implements this should send a
         * {@link AccessibilityEvent#TYPE_VIEW_SCROLLED} event.
         */