Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivity.java962 private AutofillPopupWindow mAutofillPopupWindow; field in Activity
8566 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();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt1345 Landroid/app/Activity;->mAutofillPopupWindow:Landroid/view/autofill/AutofillPopupWindow;