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.java333 IInputMethodSession mCurMethod; field in InputMethodManager
388 mCurMethod = res.method; in handleMessage()
405 if (mCurMethod != null && mCurrentTextBoxAttribute != null) { in handleMessage()
407 mCurMethod.finishInput(); in handleMessage()
720 mCurMethod = null; in clearBindingLocked()
815 if (mCurMethod != null) { in displayCompletions()
817 mCurMethod.displayCompletions(mCompletions); in displayCompletions()
832 if (mCurMethod != null) { in updateExtractedText()
834 mCurMethod.updateExtractedText(token, text); in updateExtractedText()
1021 if (mCurMethod != null) { in toggleSoftInputFromWindow()
[all …]
/frameworks/base/services/java/com/android/server/
DInputMethodManagerService.java353 IInputMethod mCurMethod; field in InputMethodManagerService
1024 if (mCurMethod != null) { in unbindCurrentClientLocked()
1025 executeOrSendMessage(mCurMethod, mCaller.obtainMessageO( in unbindCurrentClientLocked()
1026 MSG_UNBIND_INPUT, mCurMethod)); in unbindCurrentClientLocked()
1064 executeOrSendMessage(mCurMethod, mCaller.obtainMessageOO( in attachNewInputLocked()
1065 MSG_BIND_INPUT, mCurMethod, mCurClient.binding)); in attachNewInputLocked()
1158 if (mCurMethod != null) { in startInputUncheckedLocked()
1252 mCurMethod = IInputMethod.Stub.asInterface(service); in onServiceConnected()
1259 executeOrSendMessage(mCurMethod, mCaller.obtainMessageOO( in onServiceConnected()
1260 MSG_ATTACH_TOKEN, mCurMethod, mCurToken)); in onServiceConnected()
[all …]