Home
last modified time | relevance | path

Searched refs:mShortcutSubtype (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java71 private InputMethodSubtype mShortcutSubtype; field in RichInputMethodManager
542 + (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()