Home
last modified time | relevance | path

Searched refs:IInputMethodInvoker (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DIInputMethodInvoker.java51 final class IInputMethodInvoker { class
57 static IInputMethodInvoker create(@Nullable IInputMethod inputMethod) { in create()
66 return new IInputMethodInvoker(inputMethod); in create()
91 static int getBinderIdentityHashCode(@Nullable IInputMethodInvoker obj) { in getBinderIdentityHashCode()
102 private IInputMethodInvoker(@NonNull IInputMethod target) { in IInputMethodInvoker() method in IInputMethodInvoker
H A DInputMethodBindingController.java77 @GuardedBy("ImfLock.class") @Nullable private IInputMethodInvoker mCurMethod;
228 IInputMethodInvoker getCurMethod() { in getCurMethod()
289 mCurMethod = IInputMethodInvoker.create(IInputMethod.Stub.asInterface(service));
H A DDefaultImeVisibilityApplier.java81 final IInputMethodInvoker curMethod = mService.getCurMethodLocked(); in performShowIme()
107 final IInputMethodInvoker curMethod = mService.getCurMethodLocked(); in performHideIme()
H A DInputMethodManagerService.java356 final IInputMethodInvoker mMethod;
372 SessionState(ClientState client, IInputMethodInvoker method, in SessionState()
713 IInputMethodInvoker getCurMethodLocked() { in getCurMethodLocked()
1772 IInputMethodInvoker curMethod = getCurMethodLocked(); in run()
2354 IInputMethodInvoker curMethod = getCurMethodLocked(); in unbindCurrentClientLocked()
2834 IInputMethodInvoker curMethod = getCurMethodLocked(); in onSessionCreated()
3380 IInputMethodInvoker curMethod = getCurMethodLocked(); in setInputMethodLocked()
3390 IInputMethodInvoker curMethod = getCurMethodLocked(); in setInputMethodLocked()
3630 final IInputMethodInvoker curMethod = getCurMethodLocked(); in showCurrentInputLocked()
3704 IInputMethodInvoker curMethod = getCurMethodLocked(); in hideCurrentInputLocked()
[all …]
H A DAutofillSuggestionsController.java121 IInputMethodInvoker curMethod = mService.getCurMethodLocked(); in performOnCreateInlineSuggestionsRequest()
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DInputMethodManagerServiceTestBase.java124 protected IInputMethodInvoker mMockInputMethodInvoker;
188 mMockInputMethodInvoker = IInputMethodInvoker.create(mMockInputMethod); in setUp()
/aosp14/frameworks/base/services/
H A Dart-profile4158 HPLcom/android/server/inputmethod/IInputMethodInvoker;->startInput(Landroid/os/IBinder;Lcom/android…