Searched refs:mVisibilityChangeForAutofillHandler (Results 1 – 2 of 2) sorted by relevance
5718 private Handler mVisibilityChangeForAutofillHandler; field in View16958 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()
62964 Landroid/view/View;->mVisibilityChangeForAutofillHandler:Landroid/os/Handler;