Searched refs:mShortcutSubtype (Results 1 – 1 of 1) sorted by relevance
71 private InputMethodSubtype mShortcutSubtype; field in RichInputMethodManager542 + (mShortcutSubtype == null ? "<null>" : ( in updateShortcutIme()543 mShortcutSubtype.getLocale() + ", " + mShortcutSubtype.getMode()))); in updateShortcutIme()558 mShortcutSubtype = null; in updateShortcutIme()566 mShortcutSubtype = subtypes.size() > 0 ? subtypes.get(0) : null; in updateShortcutIme()573 + (mShortcutSubtype == null ? "<null>" : ( in updateShortcutIme()574 mShortcutSubtype.getLocale() + ", " + mShortcutSubtype.getMode()))); in updateShortcutIme()584 switchToTargetIME(imiId, mShortcutSubtype, context); in switchToShortcutIme()607 if (mShortcutSubtype == null) { in isShortcutImeReady()