Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java70 private InputMethodInfo mShortcutInputMethodInfo; field in RichInputMethodManager
540 + (mShortcutInputMethodInfo == null in updateShortcutIme()
541 ? "<null>" : mShortcutInputMethodInfo.getId()) + ", " in updateShortcutIme()
557 mShortcutInputMethodInfo = null; in updateShortcutIme()
563 mShortcutInputMethodInfo = imi; in updateShortcutIme()
571 + (mShortcutInputMethodInfo == null in updateShortcutIme()
572 ? "<null>" : mShortcutInputMethodInfo.getId()) + ", " in updateShortcutIme()
579 if (mShortcutInputMethodInfo == null) { in switchToShortcutIme()
583 final String imiId = mShortcutInputMethodInfo.getId(); in switchToShortcutIme()
604 if (mShortcutInputMethodInfo == null) { in isShortcutImeReady()