Loading core/java/android/service/autofill/InternalOnClickAction.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } core/java/android/service/autofill/VisibilitySetterAction.java +2 −2 Original line number Diff line number Diff line Loading @@ -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) { Loading @@ -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) { Loading Loading
core/java/android/service/autofill/InternalOnClickAction.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); }
core/java/android/service/autofill/VisibilitySetterAction.java +2 −2 Original line number Diff line number Diff line Loading @@ -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) { Loading @@ -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) { Loading