Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java371 EditorInfo mInputEditorInfo; field in InputMethodService
1210 return mInputEditorInfo; in getCurrentInputEditorInfo()
1315 if (mInputEditorInfo != null in onEvaluateFullscreenMode()
1316 && (mInputEditorInfo.imeOptions & EditorInfo.IME_FLAG_NO_FULLSCREEN) != 0) { in onEvaluateFullscreenMode()
1850 onStartInputView(mInputEditorInfo, false); in showWindowInner()
1855 onStartCandidatesView(mInputEditorInfo, false); in showWindowInner()
1997 mInputEditorInfo = attribute; in doStartInput()
2005 onStartInputView(mInputEditorInfo, restarting); in doStartInput()
2010 onStartCandidatesView(mInputEditorInfo, restarting); in doStartInput()
2874 if (mInputEditorInfo != null) { in dump()
[all …]