Home
last modified time | relevance | path

Searched refs:getInputMethodIdOfThisIme (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputMethodManager.java107 getInputMethodIdOfThisIme(), additionalSubtypes); in initInternal()
286 public String getInputMethodIdOfThisIme() { in getInputMethodIdOfThisIme() method in RichInputMethodManager
474 token, getInputMethodIdOfThisIme(), subtype); in setInputMethodAndSubtype()
479 getInputMethodIdOfThisIme(), subtypes); in setAdditionalInputMethodSubtypes()
H A DLatinIME.java1870 final String imeId = mRichImm.getInputMethodIdOfThisIme(); in showSubtypeSelectorAndSettings()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DCustomInputStyleSettingsFragment.java232 final String imeId = mRichImm.getInputMethodIdOfThisIme(); in createDialog()