Home | History | Annotate | Download | only in utils

Lines Matching refs:subtype

76         final InputMethodSubtype subtype = mRichImm.findSubtypeByLocaleAndKeyboardLayoutSet(
78 if (subtype == null) {
79 throw new RuntimeException("Can't find subtype of " + localeString + " with "
82 return new RichInputMethodSubtype(subtype);
87 for (final RichInputMethodSubtype subtype : subtypes) {
88 enabledSubtypes.add(subtype.getRawSubtype());
93 private static void assertFormatType(final RichInputMethodSubtype subtype,
96 LanguageOnSpacebarUtils.onSubtypeChanged(subtype, implicitlyEnabledSubtype, systemLocale);
97 assertEquals(subtype.getLocale() + " implicitly=" + implicitlyEnabledSubtype
99 LanguageOnSpacebarUtils.getLanguageOnSpacebarFormatType(subtype));