Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java455 IInputMethodSession mCurMethod; field in InputMethodManager
592 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 …]
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java631 IInputMethod mCurMethod; field in InputMethodManagerService
1940 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 …]