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

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java152 * Mode for {@link #setInputMethodMode(int)}: the requirements for the
160 * Mode for {@link #setInputMethodMode(int)}: this popup always needs to
168 * Mode for {@link #setInputMethodMode(int)}: this popup never needs to
235 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED);
751 public void setInputMethodMode(int mode) { method in class:ListPopupWindow
752 mPopup.setInputMethodMode(mode);
756 * Return the current value in {@link #setInputMethodMode(int)}.
758 * @see #setInputMethodMode(int)
949 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED);
964 mPopup.setInputMethodMode(PopupWindo
[all...]
H A DPopupWindow.java108 * Mode for {@link #setInputMethodMode(int)}: the requirements for the
116 * Mode for {@link #setInputMethodMode(int)}: this popup always needs to
124 * Mode for {@link #setInputMethodMode(int)}: this popup never needs to
700 * Return the current value in {@link #setInputMethodMode(int)}.
702 * @see #setInputMethodMode(int)
721 public void setInputMethodMode(int mode) { method in class:PopupWindow
2023 * <li>{@link #setInputMethodMode(int)}</li>
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java187 * Mode for {@link #setInputMethodMode(int)}: the requirements for the
195 * Mode for {@link #setInputMethodMode(int)}: this popup always needs to
203 * Mode for {@link #setInputMethodMode(int)}: this popup never needs to
270 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED);
789 public void setInputMethodMode(int mode) { method in class:ListPopupWindow
790 mPopup.setInputMethodMode(mode);
794 * Return the current value in {@link #setInputMethodMode(int)}.
796 * @see #setInputMethodMode(int)
988 mPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED);
1003 mPopup.setInputMethodMode(PopupWindo
[all...]

Completed in 1350 milliseconds