Searched defs:INPUT_METHOD_NEEDED (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java161 public static final int INPUT_METHOD_NEEDED = PopupWindow.INPUT_METHOD_NEEDED; field in class:ListPopupWindow
229 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED);
703 * {@link #INPUT_METHOD_FROM_FOCUSABLE}, {@link #INPUT_METHOD_NEEDED},
904 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED);
H A DPopupWindow.java76 public static final int INPUT_METHOD_NEEDED = 1; field in class:PopupWindow
583 * {@link #INPUT_METHOD_FROM_FOCUSABLE}, {@link #INPUT_METHOD_NEEDED},
1333 if (mInputMethodMode == INPUT_METHOD_NEEDED) {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java175 public static final int INPUT_METHOD_NEEDED = PopupWindow.INPUT_METHOD_NEEDED; field in class:ListPopupWindow
242 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED);
699 * {@link #INPUT_METHOD_FROM_FOCUSABLE}, {@link #INPUT_METHOD_NEEDED},
903 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED);

Completed in 138 milliseconds