Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java658 private BindState mCurBindState; field in InputMethodManager
1103 mCurBindState = new BindState(res); in handleMessage()
1122 mCurBindState = new BindState(res); in handleMessage()
1147 mCurBindState.mImeSession.displayCompletions(mCompletions); in handleMessage()
1344 mCurBindState.mImeSession.finishInput(); in handleMessage()
2017 return mCurBindState != null in isInputMethodSuppressingSpellChecker()
2018 && mCurBindState.mIsInputMethodSuppressingSpellChecker; in isInputMethodSuppressingSpellChecker()
2033 mCurBindState = null; in clearBindingLocked()
2165 mCurBindState.mImeSession.displayCompletions(mCompletions); in displayCompletions()
2185 mCurBindState.mImeSession.updateExtractedText(token, text); in updateExtractedText()
[all …]