Home
last modified time | relevance | path

Searched refs:getRawSubtype (Results 1 – 8 of 8) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DRichInputMethodSubtypeTests.java165 .getSubtypeDisplayNameInSystemLocale(subtype.getRawSubtype()); in testAllFullDisplayNameForSpacebar()
180 .getSubtypeDisplayNameInSystemLocale(subtype.getRawSubtype()); in testAllMiddleDisplayNameForSpacebar()
192 subtype.getRawSubtype()), spacebarText); in testAllMiddleDisplayNameForSpacebar()
315 assertEquals("zz", subtype.getRawSubtype().getLocale()); in testRichInputMethodSubtypeForNullInputMethodSubtype()
316 assertEquals("keyboard", subtype.getRawSubtype().getMode()); in testRichInputMethodSubtypeForNullInputMethodSubtype()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DSubtypeLocaleUtilsTests.java149 .getSubtypeDisplayNameInSystemLocale(subtype.getRawSubtype()); in testAllFullDisplayName()
152 .getKeyboardLayoutSetDisplayName(subtype.getRawSubtype()); in testAllFullDisplayName()
467 final InputMethodSubtype rawSubtype = subtype.getRawSubtype(); in testIsRtlLanguage()
DLanguageOnSpacebarUtilsTests.java88 enabledSubtypes.add(subtype.getRawSubtype()); in enableSubtypes()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java355 return SubtypeLocaleUtils.getCombiningRulesExtraValue(getCurrentSubtype().getRawSubtype()); in getCombiningRulesExtraValueOfCurrentSubtype()
547 richSubtype.getRawSubtype()); in updateShortcutIme()
DRichInputMethodSubtype.java161 public InputMethodSubtype getRawSubtype() { return mSubtype; } in getRawSubtype() method in RichInputMethodSubtype
DLatinIME.java800 InputMethodSubtype oldSubtype = mRichImm.getCurrentSubtype().getRawSubtype(); in onCurrentInputMethodSubtypeChanged()
819 if (newSubtype == null || newSubtype.equals(mRichImm.getCurrentSubtype().getRawSubtype())) { in onStartInputInternal()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DInputMethodSubtypeCompatUtils.java76 return isAsciiCapable(subtype.getRawSubtype()); in isAsciiCapable()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DMainKeyboardAccessibilityDelegate.java126 keyboard.mId.mSubtype.getRawSubtype()); in announceKeyboardLanguage()