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.java375 IInputMethodSession mCurMethod; field in InputMethodManager
442 mCurMethod = res.method; in handleMessage()
834 mCurMethod = null; in clearBindingLocked()
893 if (mCurMethod != null) { in displayCompletions()
895 mCurMethod.displayCompletions(mCompletions); in displayCompletions()
910 if (mCurMethod != null) { in updateExtractedText()
912 mCurMethod.updateExtractedText(token, text); in updateExtractedText()
1130 if (mCurMethod != null) { in toggleSoftInputFromWindow()
1132 mCurMethod.toggleSoftInput(showFlags, hideFlags); in toggleSoftInputFromWindow()
1152 if (mCurMethod != null) { in toggleSoftInput()
[all …]
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java484 IInputMethod mCurMethod; field in InputMethodManagerService
1654 if (mCurMethod != null) { in unbindCurrentClientLocked()
1655 executeOrSendMessage(mCurMethod, mCaller.obtainMessageO( in unbindCurrentClientLocked()
1656 MSG_UNBIND_INPUT, mCurMethod)); in unbindCurrentClientLocked()
1695 executeOrSendMessage(mCurMethod, mCaller.obtainMessageOO( in attachNewInputLocked()
1696 MSG_BIND_INPUT, mCurMethod, mCurClient.binding)); in attachNewInputLocked()
1811 if (mCurMethod != null) { in startInputUncheckedLocked()
1920 mCurMethod = IInputMethod.Stub.asInterface(service); in onServiceConnected()
1927 executeOrSendMessage(mCurMethod, mCaller.obtainMessageOO( in onServiceConnected()
1928 MSG_ATTACH_TOKEN, mCurMethod, mCurToken)); in onServiceConnected()
[all …]