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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java 128 final InputMethodSubtype currentSubtype = imm.getCurrentInputMethodSubtype();
131 final int currentIndex = getSubtypeIndexInList(currentSubtype, enabledSubtypes);
134 + SubtypeLocaleUtils.getSubtypeNameForLogging(currentSubtype));
302 final InputMethodSubtype currentSubtype = mImmWrapper.mImm.getCurrentInputMethodSubtype();
303 return (currentSubtype != null) ? currentSubtype : defaultSubtype;
LatinIME.java 492 final InputMethodSubtype currentSubtype = richImm.getInputMethodManager()
497 mLastActiveSubtype = currentSubtype;
502 && !currentSubtype.equals(lastActiveSubtype)) {
    [all...]
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java     [all...]

Completed in 174 milliseconds