Searched defs:isPopupShowing (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java616 if (keyCode == KeyEvent.KEYCODE_BACK && isPopupShowing()
636 if (isPopupShowing() && mDropDownList.getSelectedItemPosition() >= 0) {
656 if (isPopupShowing()) {
746 if (handled && isPopupShowing() && mDropDownList != null) {
786 mOpenBefore = isPopupShowing();
797 + " open=" + isPopupShowing());
798 if (mOpenBefore && !isPopupShowing()) {
823 public boolean isPopupShowing() { method in class:AutoCompleteTextView
909 if (isPopupShowing()) {
925 if (isPopupShowing()) {
[all...]

Completed in 338 milliseconds