HomeSort by relevance Sort by last modified time
    Searched defs:isPopupShowing (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
AutoCompleteTextViewTest.java 360 method = "isPopupShowing",
366 assertFalse(mAutoCompleteTextView.isPopupShowing());
368 assertTrue(mAutoCompleteTextView.isPopupShowing());
371 assertFalse(mAutoCompleteTextView.isPopupShowing());
374 assertTrue(mAutoCompleteTextView.isPopupShowing());
380 assertTrue(mAutoCompleteTextView.isPopupShowing());
385 assertFalse(mAutoCompleteTextView.isPopupShowing());
503 assertTrue(mAutoCompleteTextView.isPopupShowing());
516 assertFalse(mAutoCompleteTextView.isPopupShowing());
519 assertTrue(mAutoCompleteTextView.isPopupShowing());
    [all...]
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 616 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() {
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 46 milliseconds