Searched refs:mCurMethod (Results 1 – 2 of 2) sorted by relevance
455 IInputMethodSession mCurMethod; field in InputMethodManager592 mCurMethod = res.method; in handleMessage()725 if (mCursorAnchorInfo == null || mCurMethod == null in handleMessage()737 mCurMethod.updateCursorAnchorInfo( in handleMessage()1222 mCurMethod = null; in clearBindingLocked()1283 if (mCurMethod != null) { in displayCompletions()1285 mCurMethod.displayCompletions(mCompletions); in displayCompletions()1307 if (mCurMethod != null) { in updateExtractedText()1309 mCurMethod.updateExtractedText(token, text); in updateExtractedText()1539 if (mCurMethod != null) { in toggleSoftInputFromWindow()[all …]
631 IInputMethod mCurMethod; field in InputMethodManagerService1940 if (mCurMethod != null) { in removeClient()1941 executeOrSendMessage(mCurMethod, mCaller.obtainMessageO( in removeClient()1942 MSG_UNBIND_INPUT, mCurMethod)); in removeClient()1970 if (mCurMethod != null) { in unbindCurrentClientLocked()1971 executeOrSendMessage(mCurMethod, mCaller.obtainMessageO( in unbindCurrentClientLocked()1972 MSG_UNBIND_INPUT, mCurMethod)); in unbindCurrentClientLocked()2013 executeOrSendMessage(mCurMethod, mCaller.obtainMessageOO( in attachNewInputLocked()2014 MSG_BIND_INPUT, mCurMethod, mCurClient.binding)); in attachNewInputLocked()2141 if (mCurMethod != null) { in startInputUncheckedLocked()[all …]