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

Commit 4cefd85d authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Merge "Documented use of AutofillManager.notifyViewVisibilityChanged()" into oc-mr1-dev

am: beff4279

Change-Id: I3281358455bae103eb8e5f9f8d375f44dd0a4803
parents 2e9ec5f0 beff4279
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7618,6 +7618,10 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
     *   <li>Call
     *    {@link android.view.autofill.AutofillManager#notifyValueChanged(View, int, AutofillValue)}
     *       when the value of a virtual child changed.
     *   <li>Call
     *    {@link
     *    android.view.autofill.AutofillManager#notifyViewVisibilityChanged(View, int, boolean)}
     *       when the visibility of a virtual child changed.
     *   <li>Call {@link AutofillManager#commit()} when the autofill context of the view structure
     *       changed and the current context should be committed (for example, when the user tapped
     *       a {@code SUBMIT} button in an HTML page).