Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java620 private BindState mCurBindState; field in InputMethodManager
1038 mCurBindState = new BindState(res); in handleMessage()
1871 return mCurBindState != null in isInputMethodSuppressingSpellChecker()
1887 mCurBindState = null; in clearBindingLocked()
2846 mCurBindState = new BindState(res); in startInputInner()
3289 mCurBindState.mImeSession.viewClicked(focusChanged); in viewClicked()
3404 mCurBindState.mImeSession.updateCursorAnchorInfo( in updateCursorAnchorInfo()
4346 return mCurBindState != null && mCurBindState.mImeSession != null; in isImeSessionAvailableLocked()
4351 return mCurBindState != null ? mCurBindState.mImeId : null; in getImeIdLocked()
4356 return mCurBindState != null ? mCurBindState.mBindSequence : -1; in getBindSequenceLocked()
[all …]