Home
last modified time | relevance | path

Searched refs:mVisibilityChangeForAutofillHandler (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DView.java5718 private Handler mVisibilityChangeForAutofillHandler; field in View
16958 if (mVisibilityChangeForAutofillHandler != null) { in notifyAutofillManagerViewVisibilityChanged()
16959 mVisibilityChangeForAutofillHandler.removeMessages(0); in notifyAutofillManagerViewVisibilityChanged()
16967 if (mVisibilityChangeForAutofillHandler == null) { in notifyAutofillManagerViewVisibilityChanged()
16968 mVisibilityChangeForAutofillHandler = in notifyAutofillManagerViewVisibilityChanged()
16973 mVisibilityChangeForAutofillHandler.obtainMessage(0, this).sendToTarget(); in notifyAutofillManagerViewVisibilityChanged()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62964 Landroid/view/View;->mVisibilityChangeForAutofillHandler:Landroid/os/Handler;