Searched refs:mInputMethod (Results 1 – 3 of 3) sorted by relevance
50 private InputMethod mInputMethod; field in AbstractInputMethodService207 if (mInputMethod == null) { in onBind()208 mInputMethod = onCreateInputMethodInterface(); in onBind()210 return new IInputMethodWrapper(this, mInputMethod); in onBind()
80 final WeakReference<InputMethod> mInputMethod; field in IInputMethodWrapper132 mInputMethod = new WeakReference<>(inputMethod); in IInputMethodWrapper()139 InputMethod inputMethod = mInputMethod.get(); in executeMessage()
32627 Landroid/inputmethodservice/AbstractInputMethodService;->mInputMethod:Landroid/view/inputmethod/Inp…