Searched refs:IInputMethodInvoker (Results 1 – 7 of 7) sorted by relevance
51 final class IInputMethodInvoker { class57 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
77 @GuardedBy("ImfLock.class") @Nullable private IInputMethodInvoker mCurMethod;228 IInputMethodInvoker getCurMethod() { in getCurMethod()289 mCurMethod = IInputMethodInvoker.create(IInputMethod.Stub.asInterface(service));
81 final IInputMethodInvoker curMethod = mService.getCurMethodLocked(); in performShowIme()107 final IInputMethodInvoker curMethod = mService.getCurMethodLocked(); in performHideIme()
356 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 …]
121 IInputMethodInvoker curMethod = mService.getCurMethodLocked(); in performOnCreateInlineSuggestionsRequest()
124 protected IInputMethodInvoker mMockInputMethodInvoker;188 mMockInputMethodInvoker = IInputMethodInvoker.create(mMockInputMethod); in setUp()
4158 HPLcom/android/server/inputmethod/IInputMethodInvoker;->startInput(Landroid/os/IBinder;Lcom/android…