diff options
| author | 2017-09-10 04:44:18 +0000 | |
|---|---|---|
| committer | 2017-09-10 04:44:18 +0000 | |
| commit | 4cefd85dd031b19c27f68985c0b8ccef4da78a70 (patch) | |
| tree | d35be79146370945cd28d484026a065c8974fd05 | |
| parent | 2e9ec5f0de4c69cd97640ae9de38da84f9352f21 (diff) | |
| parent | beff42790322f8cf2e5990e5d334eed76bc6bb4b (diff) | |
Merge "Documented use of AutofillManager.notifyViewVisibilityChanged()" into oc-mr1-dev
am: beff427903
Change-Id: I3281358455bae103eb8e5f9f8d375f44dd0a4803
| -rw-r--r-- | core/java/android/view/View.java | 4 |
1 files changed, 4 insertions, 0 deletions
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, * <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). |