Searched refs:mShortcutSubtype (Results 1 – 1 of 1) sorted by relevance
60 private InputMethodSubtype mShortcutSubtype; field in SubtypeSwitcher140 + (mShortcutSubtype == null ? "<null>" : ( in updateShortcutIME()141 mShortcutSubtype.getLocale() + ", " + mShortcutSubtype.getMode()))); in updateShortcutIME()147 mShortcutSubtype = null; in updateShortcutIME()155 mShortcutSubtype = subtypes.size() > 0 ? subtypes.get(0) : null; in updateShortcutIME()162 + (mShortcutSubtype == null ? "<null>" : ( in updateShortcutIME()163 mShortcutSubtype.getLocale() + ", " + mShortcutSubtype.getMode()))); in updateShortcutIME()196 switchToTargetIME(imiId, mShortcutSubtype, context); in switchToShortcutIME()220 if (mShortcutSubtype == null) { in isShortcutImeEnabled()224 mShortcutInputMethodInfo, mShortcutSubtype); in isShortcutImeEnabled()[all …]