Searched refs:mAutofillPopupWindow (Results 1 – 2 of 2) sorted by relevance
962 private AutofillPopupWindow mAutofillPopupWindow; field in Activity8566 if (mAutofillPopupWindow == null) {8568 mAutofillPopupWindow = new AutofillPopupWindow(presenter);8570 wasShowing = mAutofillPopupWindow.isShowing();8572 mAutofillPopupWindow.update(anchor, 0, 0, width, height, anchorBounds);8574 return !wasShowing && mAutofillPopupWindow.isShowing();8593 if (mAutofillPopupWindow == null) {8596 mAutofillPopupWindow.dismiss();8597 mAutofillPopupWindow = null;8604 return mAutofillPopupWindow != null && mAutofillPopupWindow.isShowing();
1345 Landroid/app/Activity;->mAutofillPopupWindow:Landroid/view/autofill/AutofillPopupWindow;