HomeSort by relevance Sort by last modified time
    Searched defs:getCurrentSubtype (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeSwitcher.java 120 onSubtypeChanged(getCurrentSubtype());
292 return SubtypeLocaleUtils.getSubtypeLocale(getCurrentSubtype());
295 public InputMethodSubtype getCurrentSubtype() {
331 return SubtypeLocaleUtils.getCombiningRulesExtraValue(getCurrentSubtype());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 118 builder.setSubtype(mSubtypeSwitcher.getCurrentSubtype());

Completed in 158 milliseconds