Home
last modified time | relevance | path

Searched refs:getInputMethodManager (Results 1 – 4 of 4) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DQueryTextView.java72 private InputMethodManager getInputMethodManager() { in getInputMethodManager() method in QueryTextView
77 InputMethodManager imm = getInputMethodManager(); in showInputMethod()
84 InputMethodManager imm = getInputMethodManager(); in hideInputMethod()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java120 public InputMethodManager getInputMethodManager() { in getInputMethodManager() method in RichInputMethodManager
511 final InputMethodManager inputMethodManager = getInputMethodManager(); in isSystemLocaleSameAsLocaleOfAllEnabledSubtypesOfEnabledImes()
556 getInputMethodManager().getShortcutInputMethodsAndSubtypes(); in updateShortcutIme()
593 final InputMethodManager imm = getInputMethodManager(); in switchToTargetIME()
DLatinIME.java525 final InputMethodSubtype currentSubtype = richImm.getInputMethodManager() in switchSubtype()
1317 mRichImm.getInputMethodManager().showInputMethodPicker(); in onCustomRequest()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DInputMethodPreference.java210 private InputMethodManager getInputMethodManager() { in getInputMethodManager() method in InputMethodPreference
215 final InputMethodManager imm = getInputMethodManager(); in getSummaryString()