Searched refs:mInputEditorInfo (Results 1 – 2 of 2) sorted by relevance
398 EditorInfo mInputEditorInfo; field in InputMethodService1288 return mInputEditorInfo; in getCurrentInputEditorInfo()1395 if (mInputEditorInfo != null in onEvaluateFullscreenMode()1396 && (mInputEditorInfo.imeOptions & EditorInfo.IME_FLAG_NO_FULLSCREEN) != 0) { in onEvaluateFullscreenMode()1955 onStartInputView(mInputEditorInfo, false); in startViews()1960 onStartCandidatesView(mInputEditorInfo, false); in startViews()2090 mInputEditorInfo = attribute; in doStartInput()2098 onStartInputView(mInputEditorInfo, restarting); in doStartInput()2103 onStartCandidatesView(mInputEditorInfo, restarting); in doStartInput()2105 } else if (mCanPreRender && mInputEditorInfo != null && mStartedInputConnection != null) { in doStartInput()[all …]
32698 Landroid/inputmethodservice/InputMethodService;->mInputEditorInfo:Landroid/view/inputmethod/EditorI…