Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java342 return getCurrentSubtype().getLocale(); in getCurrentSubtypeLocale()
346 public RichInputMethodSubtype getCurrentSubtype() { in getCurrentSubtype() method in RichInputMethodManager
355 return SubtypeLocaleUtils.getCombiningRulesExtraValue(getCurrentSubtype().getRawSubtype()); in getCombiningRulesExtraValueOfCurrentSubtype()
DLatinIME.java800 InputMethodSubtype oldSubtype = mRichImm.getCurrentSubtype().getRawSubtype(); in onCurrentInputMethodSubtypeChanged()
819 if (newSubtype == null || newSubtype.equals(mRichImm.getCurrentSubtype().getRawSubtype())) { in onStartInputInternal()
1533 mRichImm.getCurrentSubtype().isRtlSubtype()); in setSuggestedWords()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java118 builder.setSubtype(mRichImm.getCurrentSubtype()); in loadKeyboard()