Searched refs:richImm (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
H A DKlpActionLabelTests.java90 final RichInputMethodManager richImm = RichInputMethodManager.getInstance();
91 final InputMethodSubtype italian = richImm.findSubtypeByLocaleAndKeyboardLayoutSet(
101 final RichInputMethodManager richImm = RichInputMethodManager.getInstance();
102 final InputMethodSubtype noLanguage = richImm.findSubtypeByLocaleAndKeyboardLayoutSet(
148 final RichInputMethodManager richImm = RichInputMethodManager.getInstance();
150 final InputMethodSubtype hiLatn = richImm.findSubtypeByLocaleAndKeyboardLayoutSet(
165 final RichInputMethodManager richImm = RichInputMethodManager.getInstance();
167 final InputMethodSubtype srLatn = richImm.findSubtypeByLocaleAndKeyboardLayoutSet(
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardTextsSetTests.java42 final RichInputMethodManager richImm = RichInputMethodManager.getInstance();
45 final InputMethodInfo imi = richImm.getInputMethodInfoOfThisIme();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSystemBroadcastReceiver.java76 final RichInputMethodManager richImm = RichInputMethodManager.getInstance();
77 final InputMethodSubtype[] additionalSubtypes = richImm.getAdditionalSubtypes();
78 richImm.setAdditionalInputMethodSubtypes(additionalSubtypes);
H A DLatinIME.java524 public void switchSubtype(final IBinder token, final RichInputMethodManager richImm) { argument
525 final InputMethodSubtype currentSubtype = richImm.getInputMethodManager()
534 && richImm.checkIfSubtypeBelongsToThisImeAndEnabled(lastActiveSubtype)
536 richImm.setInputMethodAndSubtype(token, lastActiveSubtype);
539 richImm.switchToNextInputMethod(token, true /* onlyCurrentIme */);
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/utils/
H A DStatsUtils.java36 RichInputMethodManager richImm) {
35 onCreate(final SettingsValues settingsValues, RichInputMethodManager richImm) argument
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
H A DKeyboardLayoutSetNavigateMoreKeysBase.java284 final RichInputMethodManager richImm = RichInputMethodManager.getInstance();
285 final InputMethodSubtype subtype = richImm.findSubtypeByLocaleAndKeyboardLayoutSet(

Completed in 363 milliseconds