Home
last modified time | relevance | path

Searched refs:INPUT_METHOD_NEEDED (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/core/java/android/widget/
DListPopupWindow.java165 public static final int INPUT_METHOD_NEEDED = PopupWindow.INPUT_METHOD_NEEDED; field in ListPopupWindow
235 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED); in ListPopupWindow()
949 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED);
DAutoCompleteTextView.java1186 ? ListPopupWindow.INPUT_METHOD_NEEDED : ListPopupWindow.INPUT_METHOD_NOT_NEEDED); in ensureImeVisible()
1214 mPopup.setInputMethodMode(ListPopupWindow.INPUT_METHOD_NEEDED); in showDropDown()
DPopupWindow.java121 public static final int INPUT_METHOD_NEEDED = 1; field in PopupWindow
1517 if (mInputMethodMode == INPUT_METHOD_NEEDED) { in computeFlags()
DEditor.java484 mErrorPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED); in showError()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java200 public static final int INPUT_METHOD_NEEDED = PopupWindow.INPUT_METHOD_NEEDED; field in ListPopupWindow
270 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED); in ListPopupWindow()
988 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED);
/frameworks/base/core/java/android/view/autofill/
DAutofillPopupWindow.java69 setInputMethodMode(INPUT_METHOD_NEEDED); in AutofillPopupWindow()
/frameworks/support/api/
D22.0.0.txt4636 field public static final int INPUT_METHOD_NEEDED = 1; // 0x1
D22.1.0.txt5206 field public static final int INPUT_METHOD_NEEDED = 1; // 0x1
D22.2.0.txt6805 field public static final int INPUT_METHOD_NEEDED = 1; // 0x1
D22.2.1.txt6888 field public static final int INPUT_METHOD_NEEDED = 1; // 0x1
D25.1.0.txt9880 field public static final int INPUT_METHOD_NEEDED = 1; // 0x1
D25.0.0.txt9432 field public static final int INPUT_METHOD_NEEDED = 1; // 0x1
D23.0.0.txt7732 field public static final int INPUT_METHOD_NEEDED = 1; // 0x1
D25.2.0.txt9880 field public static final int INPUT_METHOD_NEEDED = 1; // 0x1
D24.2.0.txt9346 field public static final int INPUT_METHOD_NEEDED = 1; // 0x1
D26.0.0-alpha1.txt10785 field public static final int INPUT_METHOD_NEEDED = 1; // 0x1
D23.2.1.txt8518 field public static final int INPUT_METHOD_NEEDED = 1; // 0x1
D25.3.0.txt10315 field public static final int INPUT_METHOD_NEEDED = 1; // 0x1
D23.2.0.txt8517 field public static final int INPUT_METHOD_NEEDED = 1; // 0x1
D23.1.1.txt8058 field public static final int INPUT_METHOD_NEEDED = 1; // 0x1
D25.4.0.txt10393 field public static final int INPUT_METHOD_NEEDED = 1; // 0x1
D23.4.0.txt8532 field public static final int INPUT_METHOD_NEEDED = 1; // 0x1
D23.1.0.txt8089 field public static final int INPUT_METHOD_NEEDED = 1; // 0x1
D24.0.0.txt9227 field public static final int INPUT_METHOD_NEEDED = 1; // 0x1
D26.0.0-beta1.txt11824 field public static final int INPUT_METHOD_NEEDED = 1; // 0x1

12