Searched refs:mInputEditorInfo (Results 1 – 1 of 1) sorted by relevance
411 EditorInfo mInputEditorInfo; field in InputMethodService1508 return mInputEditorInfo; in getCurrentInputEditorInfo()1615 if (mInputEditorInfo != null in onEvaluateFullscreenMode()1616 && (mInputEditorInfo.imeOptions & EditorInfo.IME_FLAG_NO_FULLSCREEN) != 0) { in onEvaluateFullscreenMode()2177 onStartInputView(mInputEditorInfo, false); in startViews()2182 onStartCandidatesView(mInputEditorInfo, false); in startViews()2327 mInputEditorInfo = attribute; in doStartInput()2339 onStartInputView(mInputEditorInfo, restarting); in doStartInput()2344 onStartCandidatesView(mInputEditorInfo, restarting); in doStartInput()2346 } else if (mCanPreRender && mInputEditorInfo != null && mStartedInputConnection != null) { in doStartInput()[all …]