OSDN Git Service

Documented use of AutofillManager.notifyViewVisibilityChanged()
authorFelipe Leme <felipeal@google.com>
Thu, 31 Aug 2017 16:57:45 +0000 (09:57 -0700)
committerFelipe Leme <felipeal@google.com>
Thu, 31 Aug 2017 21:10:46 +0000 (14:10 -0700)
Test: mmm -j108 frameworks/base/:doc-comment-check-docs
Bug: 38509603

Merged-Id: I83c7089b071a82b7d887cb48c18683b671b0c4d6

Change-Id: I83c7089b071a82b7d887cb48c18683b671b0c4d6

core/java/android/view/View.java

index 73fc437..d030c93 100644 (file)
@@ -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).