Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java282 EditorInfo mInputEditorInfo; field in InputMethodService
888 return mInputEditorInfo; in getCurrentInputEditorInfo()
990 if (mInputEditorInfo != null in onEvaluateFullscreenMode()
991 && (mInputEditorInfo.imeOptions & EditorInfo.IME_FLAG_NO_FULLSCREEN) != 0) { in onEvaluateFullscreenMode()
1474 onStartInputView(mInputEditorInfo, false); in showWindowInner()
1479 onStartCandidatesView(mInputEditorInfo, false); in showWindowInner()
1600 mInputEditorInfo = attribute; in doStartInput()
1608 onStartInputView(mInputEditorInfo, restarting); in doStartInput()
1613 onStartCandidatesView(mInputEditorInfo, restarting); in doStartInput()
2391 if (mInputEditorInfo != null) { in dump()
[all …]