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

Commit 072d18b6 authored by Felipe Leme's avatar Felipe Leme
Browse files

Documented use of AutofillManager.notifyViewVisibilityChanged()

Test: mmm -j108 frameworks/base/:doc-comment-check-docs
Bug: 38509603

Change-Id: I83c7089b071a82b7d887cb48c18683b671b0c4d6
parent 44bc284d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7621,6 +7621,9 @@ 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).