Searched refs:mCurMethod (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodManager.java | 375 IInputMethodSession mCurMethod; field in InputMethodManager 441 mCurMethod = res.method; in handleMessage() 808 mCurMethod = null; in clearBindingLocked() 867 if (mCurMethod != null) { in displayCompletions() 869 mCurMethod.displayCompletions(mCompletions); in displayCompletions() 884 if (mCurMethod != null) { in updateExtractedText() 886 mCurMethod.updateExtractedText(token, text); in updateExtractedText() 1093 if (mCurMethod != null) { in toggleSoftInputFromWindow() 1095 mCurMethod.toggleSoftInput(showFlags, hideFlags); in toggleSoftInputFromWindow() 1115 if (mCurMethod != null) { in toggleSoftInput() [all …]
|
/frameworks/base/services/core/java/com/android/server/ |
D | InputMethodManagerService.java | 421 IInputMethod mCurMethod; field in InputMethodManagerService 1272 if (mCurMethod != null) { in unbindCurrentClientLocked() 1273 executeOrSendMessage(mCurMethod, mCaller.obtainMessageO( in unbindCurrentClientLocked() 1274 MSG_UNBIND_INPUT, mCurMethod)); in unbindCurrentClientLocked() 1312 executeOrSendMessage(mCurMethod, mCaller.obtainMessageOO( in attachNewInputLocked() 1313 MSG_BIND_INPUT, mCurMethod, mCurClient.binding)); in attachNewInputLocked() 1423 if (mCurMethod != null) { in startInputUncheckedLocked() 1535 mCurMethod = IInputMethod.Stub.asInterface(service); in onServiceConnected() 1542 executeOrSendMessage(mCurMethod, mCaller.obtainMessageOO( in onServiceConnected() 1543 MSG_ATTACH_TOKEN, mCurMethod, mCurToken)); in onServiceConnected() [all …]
|