Searched refs:isPopupShowing (Results 1 – 10 of 10) sorted by relevance
152 if (isPopupShowing()) {344 if (isPopupShowing()) { in onClickImpl()807 && isPopupShowing() && !mPopup.isDropDownAlwaysVisible()) { in onKeyPreIme()849 if (isPopupShowing() && keyCode == KeyEvent.KEYCODE_TAB && event.hasNoModifiers()) { in onKeyUp()863 if (!isPopupShowing()) { in onKeyDown()872 if (isPopupShowing() && keyCode == KeyEvent.KEYCODE_TAB && event.hasNoModifiers()) { in onKeyDown()880 if (handled && isPopupShowing()) { in onKeyDown()910 mOpenBefore = isPopupShowing(); in beforeTextChanged()922 + " open=" + isPopupShowing()); in afterTextChanged()925 if (mOpenBefore && !isPopupShowing()) return; in afterTextChanged()[all …]
380 public boolean isPopupShowing() { in isPopupShowing() method in Spinner
1077 if (mSearchSrcTextView.isPopupShowing()
177 assertFalse("isPopupShowing() on start", textView.isPopupShowing()); in testPopupShow()227 if (textView.isPopupShowing() == expected) { in waitAssertPopupShowState()232 assertEquals(message, expected, textView.isPopupShowing()); in waitAssertPopupShowState()
165 if (mAutoCompleteTextView != null && !mAutoCompleteTextView.isPopupShowing()) { in onClick()
501 if (!mSearchAutoComplete.isPopupShowing() && isOutOfBounds(mSearchPlate, event)) { in onTouchEvent()
4098 method public boolean isPopupShowing();
58826 method public boolean isPopupShowing();
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
36981 method public boolean isPopupShowing();