Searched refs:mCurMethod (Results 1 – 2 of 2) sorted by relevance
447 IInputMethodSession mCurMethod; field in InputMethodManager811 mCurMethod = res.method; in handleMessage()947 if (mCursorAnchorInfo == null || mCurMethod == null in handleMessage()959 mCurMethod.updateCursorAnchorInfo( in handleMessage()1465 mCurMethod = null; in clearBindingLocked()1528 if (mCurMethod != null) { in displayCompletions()1530 mCurMethod.displayCompletions(mCompletions); in displayCompletions()1551 if (mCurMethod != null) { in updateExtractedText()1553 mCurMethod.updateExtractedText(token, text); in updateExtractedText()1792 if (mCurMethod != null) { in toggleSoftInputFromWindow()[all …]
666 IInputMethod mCurMethod; field in InputMethodManagerService2039 && imi.isInlineSuggestionsEnabled() && mCurMethod != null) { in onCreateInlineSuggestionsRequestLocked()2040 executeOrSendMessage(mCurMethod, in onCreateInlineSuggestionsRequestLocked()2041 mCaller.obtainMessageOOO(MSG_INLINE_SUGGESTIONS_REQUEST, mCurMethod, in onCreateInlineSuggestionsRequestLocked()2282 if (mCurMethod != null) { in removeClient()2283 executeOrSendMessage(mCurMethod, mCaller.obtainMessageO( in removeClient()2284 MSG_UNBIND_INPUT, mCurMethod)); in removeClient()2312 if (mCurMethod != null) { in unbindCurrentClientLocked()2313 executeOrSendMessage(mCurMethod, mCaller.obtainMessageO( in unbindCurrentClientLocked()2314 MSG_UNBIND_INPUT, mCurMethod)); in unbindCurrentClientLocked()[all …]