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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeSwitcher.java 57 private InputMethodSubtype mCurrentSubtype;
101 mCurrentSubtype = mImm.getCurrentInputMethodSubtype();
129 final InputMethodSubtype currentSubtype = mCurrentSubtype;
186 + mCurrentSubtype.getLocale() + "/" + mCurrentSubtype.getExtraValue());
193 if (newSubtype.equals(mCurrentSubtype)) return;
195 mCurrentSubtype = newSubtype;
279 return SubtypeLocale.getSubtypeLocale(mCurrentSubtype);
291 return mCurrentSubtype;
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 299 private InputMethodSubtype mCurrentSubtype;
    [all...]

Completed in 165 milliseconds