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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java 145 final InputMethodSubtype currentSubtype = imm.getCurrentInputMethodSubtype();
148 final int currentIndex = getSubtypeIndexInList(currentSubtype, enabledSubtypes);
151 + SubtypeLocaleUtils.getSubtypeNameForLogging(currentSubtype));
LatinIME.java 513 final InputMethodSubtype currentSubtype = richImm.getInputMethodManager()
518 mLastActiveSubtype = currentSubtype;
523 && !currentSubtype.equals(lastActiveSubtype)) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java     [all...]

Completed in 1364 milliseconds