Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DAbstractInputMethodService.java46 private InputMethod mInputMethod; field in AbstractInputMethodService
197 if (mInputMethod == null) { in onBind()
198 mInputMethod = onCreateInputMethodInterface(); in onBind()
200 return new IInputMethodWrapper(this, mInputMethod); in onBind()
DIInputMethodWrapper.java73 final WeakReference<InputMethod> mInputMethod; field in IInputMethodWrapper
106 mInputMethod = new WeakReference<InputMethod>(inputMethod); in IInputMethodWrapper()
111 return mInputMethod.get(); in getInternalInputMethod()
115 InputMethod inputMethod = mInputMethod.get(); in executeMessage()