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

  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 204 if (isPopupShowing()) {
649 if (keyCode == KeyEvent.KEYCODE_BACK && isPopupShowing()
691 if (isPopupShowing() && keyCode == KeyEvent.KEYCODE_TAB && event.hasNoModifiers()) {
705 if (!isPopupShowing()) {
714 if (isPopupShowing() && keyCode == KeyEvent.KEYCODE_TAB && event.hasNoModifiers()) {
722 if (handled && isPopupShowing()) {
762 mOpenBefore = isPopupShowing();
773 + " open=" + isPopupShowing());
774 if (mOpenBefore && !isPopupShowing()) {
802 public boolean isPopupShowing() {
    [all...]
SearchView.java     [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewPopup.java 177 assertFalse("isPopupShowing() on start", textView.isPopupShowing());
185 waitAssertPopupShowState("isPopupShowing() after typing", textView, true);
196 waitAssertPopupShowState("isPopupShowing() after text cleared", textView, false);
207 waitAssertPopupShowState("isPopupShowing() after setText(\"a\", false)", textView, false);
218 waitAssertPopupShowState("isPopupShowing() after text set", textView, true);
227 if (textView.isPopupShowing() == expected) {
232 assertEquals(message, expected, textView.isPopupShowing());
  /cts/tests/tests/widget/src/android/widget/cts/
AutoCompleteTextViewTest.java 279 assertFalse(mAutoCompleteTextView.isPopupShowing());
281 assertTrue(mAutoCompleteTextView.isPopupShowing());
284 assertFalse(mAutoCompleteTextView.isPopupShowing());
287 assertTrue(mAutoCompleteTextView.isPopupShowing());
293 assertTrue(mAutoCompleteTextView.isPopupShowing());
298 assertFalse(mAutoCompleteTextView.isPopupShowing());
400 return !mAutoCompleteTextView.isPopupShowing();
414 return !mAutoCompleteTextView.isPopupShowing();
437 return mAutoCompleteTextView.isPopupShowing();
458 assertTrue(mAutoCompleteTextView.isPopupShowing());
    [all...]
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZonePickerView.java 165 if (mAutoCompleteTextView != null && !mAutoCompleteTextView.isPopupShowing()) {
  /packages/apps/Browser/src/com/android/browser/
UrlInputView.java 194 if (isPopupShowing() && (getVisibility() == View.VISIBLE)) {
  /frameworks/base/core/java/android/app/
SearchDialog.java 486 if (!mSearchAutoComplete.isPopupShowing() && isOutOfBounds(mSearchPlate, event)) {
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 165 milliseconds