Searched refs:INPUT_METHOD_NEEDED (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
H A DAutofillPopupWindow.java82 setInputMethodMode(INPUT_METHOD_NEEDED);
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java165 public static final int INPUT_METHOD_NEEDED = PopupWindow.INPUT_METHOD_NEEDED; field in class:ListPopupWindow
235 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED);
741 * {@link #INPUT_METHOD_FROM_FOCUSABLE}, {@link #INPUT_METHOD_NEEDED},
949 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED);
H A DAutoCompleteTextView.java1186 ? ListPopupWindow.INPUT_METHOD_NEEDED : ListPopupWindow.INPUT_METHOD_NOT_NEEDED);
1214 mPopup.setInputMethodMode(ListPopupWindow.INPUT_METHOD_NEEDED);
H A DPopupWindow.java121 public static final int INPUT_METHOD_NEEDED = 1; field in class:PopupWindow
711 * {@link #INPUT_METHOD_FROM_FOCUSABLE}, {@link #INPUT_METHOD_NEEDED},
1521 if (mInputMethodMode == INPUT_METHOD_NEEDED) {
H A DEditor.java489 mErrorPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java200 public static final int INPUT_METHOD_NEEDED = PopupWindow.INPUT_METHOD_NEEDED; field in class:ListPopupWindow
270 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED);
779 * {@link #INPUT_METHOD_FROM_FOCUSABLE}, {@link #INPUT_METHOD_NEEDED},
988 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED);

Completed in 105 milliseconds