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

Commit 4191d0ca authored by Dan Willemsen's avatar Dan Willemsen Committed by Android (Google) Code Review
Browse files

Merge "Fixed javadoc tags."

parents 27906ac9 5d62f822
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) {