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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSubtypeSwitcher.java120 onSubtypeChanged(getCurrentSubtype());
292 return SubtypeLocaleUtils.getSubtypeLocale(getCurrentSubtype());
295 public InputMethodSubtype getCurrentSubtype() { method in class:SubtypeSwitcher
331 return SubtypeLocaleUtils.getCombiningRulesExtraValue(getCurrentSubtype());
H A DLatinIME.java1510 SubtypeLocaleUtils.isRtlLanguage(mSubtypeSwitcher.getCurrentSubtype()));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardSwitcher.java118 builder.setSubtype(mSubtypeSwitcher.getCurrentSubtype());

Completed in 26 milliseconds