Home
last modified time | relevance | path

Searched refs:mInputMethod (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
DAbstractInputMethodService.java50 private InputMethod mInputMethod; field in AbstractInputMethodService
207 if (mInputMethod == null) { in onBind()
208 mInputMethod = onCreateInputMethodInterface(); in onBind()
210 return new IInputMethodWrapper(this, mInputMethod); in onBind()
DIInputMethodWrapper.java80 final WeakReference<InputMethod> mInputMethod; field in IInputMethodWrapper
132 mInputMethod = new WeakReference<>(inputMethod); in IInputMethodWrapper()
139 InputMethod inputMethod = mInputMethod.get(); in executeMessage()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt32627 Landroid/inputmethodservice/AbstractInputMethodService;->mInputMethod:Landroid/view/inputmethod/Inp…