From 4ae4169f7b00f83e2bc53f3efe8a3c10292a81da Mon Sep 17 00:00:00 2001 From: Felipe Leme Date: Thu, 31 Aug 2017 09:57:45 -0700 Subject: [PATCH] Documented use of AutofillManager.notifyViewVisibilityChanged() Test: mmm -j108 frameworks/base/:doc-comment-check-docs Bug: 38509603 Merged-Id: I83c7089b071a82b7d887cb48c18683b671b0c4d6 Change-Id: I83c7089b071a82b7d887cb48c18683b671b0c4d6 --- core/java/android/view/View.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index 73fc43731384..d030c93a1211 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -7618,6 +7618,10 @@ public class View implements Drawable.Callback, KeyEvent.Callback, *
  • Call * {@link android.view.autofill.AutofillManager#notifyValueChanged(View, int, AutofillValue)} * when the value of a virtual child changed. + *
  • Call + * {@link + * android.view.autofill.AutofillManager#notifyViewVisibilityChanged(View, int, boolean)} + * when the visibility of a virtual child changed. *
  • 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). -- 2.11.0