Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java559 private EditorInfo mCurrentEditorInfo; field in InputMethodManager
1031 mCurrentEditorInfo = null; in startInputOnWindowFocusGainInternal()
1295 mCurrentEditorInfo = null; in handleMessage()
1973 return hasServedByInputMethodLocked(view) && mCurrentEditorInfo != null; in isActive()
1983 return getServedViewLocked() != null && mCurrentEditorInfo != null; in isActive()
2092 mCurrentEditorInfo = null; in clearConnectionLocked()
3085 if (mServedInputConnection != inputConnection || mCurrentEditorInfo == null) { in doInvalidateInput()
3093 final EditorInfo editorInfo = mCurrentEditorInfo.createCopyInternal(); in doInvalidateInput()
3229 mServedInputConnection.getInputConnection(), mCurrentEditorInfo, in startInputInner() local
3237 if (mCurrentEditorInfo == null) { in startInputInner()
[all …]