Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java128 final InputMethodSubtype currentSubtype = imm.getCurrentInputMethodSubtype(); in switchToNextInputSubtypeInThisIme()
300 public InputMethodSubtype getCurrentInputMethodSubtype( in getCurrentInputMethodSubtype() method in RichInputMethodManager
302 final InputMethodSubtype currentSubtype = mImmWrapper.mImm.getCurrentInputMethodSubtype(); in getCurrentInputMethodSubtype()
DSubtypeSwitcher.java299 return mRichImm.getCurrentInputMethodSubtype(getNoLanguageSubtype()); in getCurrentSubtype()
DLatinIME.java493 .getCurrentInputMethodSubtype(); in switchSubtype()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DInputMethodSettingValuesWrapper.java126 final InputMethodSubtype subtype = mImm.getCurrentInputMethodSubtype(); in getCurrentInputMethodName()