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/keyboard/
KeyboardSwitcher.java 118 builder.setSubtype(mRichImm.getCurrentSubtype());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java 342 return getCurrentSubtype().getLocale();
346 public RichInputMethodSubtype getCurrentSubtype() {
355 return SubtypeLocaleUtils.getCombiningRulesExtraValue(getCurrentSubtype().getRawSubtype());

Completed in 46 milliseconds