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 133 final InputMethodSubtype currentSubtype = imm.getCurrentInputMethodSubtype();
136 final int currentIndex = getSubtypeIndexInList(currentSubtype, enabledSubtypes);
139 + SubtypeLocaleUtils.getSubtypeNameForLogging(currentSubtype));
278 final InputMethodSubtype currentSubtype = mImmWrapper.mImm.getCurrentInputMethodSubtype();
279 return (currentSubtype != null) ? currentSubtype : defaultSubtype;
LatinIME.java 495 final InputMethodSubtype currentSubtype = richImm.getInputMethodManager()
500 mLastActiveSubtype = currentSubtype;
505 && !currentSubtype.equals(lastActiveSubtype)) {
    [all...]
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java     [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java     [all...]

Completed in 69 milliseconds