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

Commit 5d62f822 authored by Felipe Leme's avatar Felipe Leme
Browse files

Fixed javadoc tags.

Bug: 112709898
Bug: 112901746

Test: mmm -j frameworks/base/:doc-comment-check-docs

Change-Id: Ice8eba0623c27ad0e1b84563ce44c1491ed6074a
parent 07ae651a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ import android.view.ViewGroup;
public abstract class InternalOnClickAction implements OnClickAction, Parcelable {

    /**
     * Applies the action to the children of the {@rootView} when clicked.
     * Applies the action to the children of the {@code rootView} when clicked.
     */
    public abstract void onClick(@NonNull ViewGroup rootView);
}
+2 −2
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ public final class VisibilitySetterAction extends InternalOnClickAction implemen
         * @param id view resource id of the children view.
         * @param visibility one of {@link View#VISIBLE}, {@link View#INVISIBLE}, or
         *            {@link View#GONE}.
         * @throw {@link IllegalArgumentException} if visibility is not one of {@link View#VISIBLE},
         * @throws IllegalArgumentException if visibility is not one of {@link View#VISIBLE},
         * {@link View#INVISIBLE}, or {@link View#GONE}.
         */
        public Builder(@IdRes int id, @Visibility int visibility) {
@@ -93,7 +93,7 @@ public final class VisibilitySetterAction extends InternalOnClickAction implemen
         * @param id view resource id of the children view.
         * @param visibility one of {@link View#VISIBLE}, {@link View#INVISIBLE}, or
         *            {@link View#GONE}.
         * @throw {@link IllegalArgumentException} if visibility is not one of {@link View#VISIBLE},
         * @throws IllegalArgumentException if visibility is not one of {@link View#VISIBLE},
         * {@link View#INVISIBLE}, or {@link View#GONE}.
         */
        public Builder setVisibility(@IdRes int id, @Visibility int visibility) {