Searched refs:mInputMethod (Results 1 – 4 of 4) sorted by relevance
70 private InputMethod mInputMethod; field in AbstractInputMethodService80 return mInputMethod; in getInputMethodInternal()248 if (mInputMethod == null) { in onBind()249 mInputMethod = onCreateInputMethodInterface(); in onBind()254 return new IInputMethodWrapper(mInputMethodServiceInternal, mInputMethod); in onBind()
97 final WeakReference<InputMethod> mInputMethod; field in IInputMethodWrapper151 mInputMethod = new WeakReference<>(inputMethod); in IInputMethodWrapper()158 final InputMethod inputMethod = mInputMethod.get(); in executeMessage()
850 private InputMethod mInputMethod; field in AccessibilityService909 mInputMethod = onCreateInputMethod(); in updateInputMethod()912 mInputMethod = null; in updateInputMethod()2029 return mInputMethod; in getInputMethod()2878 if (mInputMethod != null) { in onBind()2879 mInputMethod.createImeSession(callback); in onBind()2886 if (mInputMethod != null) { in onBind()2888 mInputMethod.restartInput(connection, editorInfo); in onBind()2890 mInputMethod.startInput(connection, editorInfo); in onBind()
22498 Landroid/inputmethodservice/AbstractInputMethodService;->mInputMethod:Landroid/view/inputmethod/Inp…