HomeSort by relevance Sort by last modified time
    Searched full:mshortcutsubtype (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeSwitcher.java 54 private InputMethodSubtype mShortcutSubtype;
140 + (mShortcutSubtype == null ? "<null>" : (
141 mShortcutSubtype.getLocale() + ", " + mShortcutSubtype.getMode())));
147 mShortcutSubtype = null;
155 mShortcutSubtype = subtypes.size() > 0 ? subtypes.get(0) : null;
162 + (mShortcutSubtype == null ? "<null>" : (
163 mShortcutSubtype.getLocale() + ", " + mShortcutSubtype.getMode())));
196 switchToTargetIME(imiId, mShortcutSubtype, context)
    [all...]

Completed in 67 milliseconds