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

/frameworks/base/core/java/android/app/
H A DActivity.java860 private AutofillPopupWindow mAutofillPopupWindow; field in class:Activity
7466 if (mAutofillPopupWindow == null) {
7468 mAutofillPopupWindow = new AutofillPopupWindow(presenter);
7470 wasShowing = mAutofillPopupWindow.isShowing();
7472 mAutofillPopupWindow.update(anchor, 0, 0, width, height, anchorBounds);
7474 return !wasShowing && mAutofillPopupWindow.isShowing();
7480 if (mAutofillPopupWindow == null) {
7483 mAutofillPopupWindow.dismiss();
7484 mAutofillPopupWindow = null;

Completed in 45 milliseconds