Home
last modified time | relevance | path

Searched refs:getCurMethodLocked (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DDefaultImeVisibilityApplier.java84 final IInputMethodInvoker curMethod = mService.getCurMethodLocked(); in performShowIme()
111 final IInputMethodInvoker curMethod = mService.getCurMethodLocked(); in performHideIme()
DInputMethodManagerService.java625 IInputMethodInvoker getCurMethodLocked() { in getCurMethodLocked() method in InputMethodManagerService
1337 IInputMethodInvoker curMethod = getCurMethodLocked(); in run()
1347 IInputMethodInvoker curMethod = getCurMethodLocked(); in onUpdateEditorToolType()
1356 IInputMethodInvoker curMethod = getCurMethodLocked(); in discardHandwritingDelegationText()
1886 IInputMethodInvoker curMethod = getCurMethodLocked(); in onClientRemoved()
1917 IInputMethodInvoker curMethod = getCurMethodLocked(); in unbindCurrentClientLocked()
2345 if (getCurMethodLocked() != null) { in tryReuseConnectionLocked()
2462 IInputMethodInvoker curMethod = getCurMethodLocked(); in onSessionCreated()
2531 final IInputMethodInvoker curMethod = getCurMethodLocked(); in requestClientSessionLocked()
2630 if (getCurMethodLocked() != null) { in clearClientSessionsLocked()
[all …]
/frameworks/base/services/
Dart-wear-profile12404 PLcom/android/server/inputmethod/InputMethodManagerService;->getCurMethodLocked()Lcom/android/serve…