Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java233 private InputMethodInfo mCachedThisImeInfo; field in RichInputMethodManager.InputMethodInfoCache
247 if (mCachedThisImeInfo != null) { in getInputMethodOfThisIme()
248 return mCachedThisImeInfo; in getInputMethodOfThisIme()
252 mCachedThisImeInfo = imi; in getInputMethodOfThisIme()
276 mCachedThisImeInfo = null; in clear()