Home
last modified time | relevance | path

Searched refs:getRichInputMethodSubtype (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java334 sForcedSubtypeForTesting = RichInputMethodSubtype.getRichInputMethodSubtype(subtype); in forceSubtype()
534 mCurrentRichInputMethodSubtype = RichInputMethodSubtype.getRichInputMethodSubtype(subtype); in updateCurrentSubtype()
DRichInputMethodSubtype.java168 public static RichInputMethodSubtype getRichInputMethodSubtype( in getRichInputMethodSubtype() method in RichInputMethodSubtype
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSetTestsBase.java162 .setSubtype(RichInputMethodSubtype.getRichInputMethodSubtype(subtype)) in createKeyboardLayoutSet()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerService.java239 builder.setSubtype(RichInputMethodSubtype.getRichInputMethodSubtype(subtype)); in createKeyboardSetForSpellChecker()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DRichInputMethodSubtypeTests.java331 RichInputMethodSubtype subtype = RichInputMethodSubtype.getRichInputMethodSubtype(null); in testRichInputMethodSubtypeForNullInputMethodSubtype()