Searched refs:mInputMethod (Results 1 – 4 of 4) sorted by relevance
68 private InputMethod mInputMethod; field in AbstractInputMethodService77 return mInputMethod; in getInputMethodInternal()245 if (mInputMethod == null) { in onBind()246 mInputMethod = onCreateInputMethodInterface(); in onBind()251 return new IInputMethodWrapper(mInputMethodServiceInternal, mInputMethod); in onBind()
93 final WeakReference<InputMethod> mInputMethod; field in IInputMethodWrapper147 mInputMethod = new WeakReference<>(inputMethod); in IInputMethodWrapper()154 final InputMethod inputMethod = mInputMethod.get(); in executeMessage()
808 private InputMethod mInputMethod; field in AccessibilityService866 mInputMethod = onCreateInputMethod(); in updateInputMethod()869 mInputMethod = null; in updateInputMethod()1970 return mInputMethod; in getInputMethod()2823 if (mInputMethod != null) { in onBind()2824 mInputMethod.createImeSession(callback); in onBind()2831 if (mInputMethod != null) { in onBind()2833 mInputMethod.restartInput(connection, editorInfo); in onBind()2835 mInputMethod.startInput(connection, editorInfo); in onBind()
22498 Landroid/inputmethodservice/AbstractInputMethodService;->mInputMethod:Landroid/view/inputmethod/Inp…