Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DAbstractInputMethodService.java70 private InputMethod mInputMethod; field in AbstractInputMethodService
80 return mInputMethod; in getInputMethodInternal()
248 if (mInputMethod == null) { in onBind()
249 mInputMethod = onCreateInputMethodInterface(); in onBind()
254 return new IInputMethodWrapper(mInputMethodServiceInternal, mInputMethod); in onBind()
DIInputMethodWrapper.java97 final WeakReference<InputMethod> mInputMethod; field in IInputMethodWrapper
151 mInputMethod = new WeakReference<>(inputMethod); in IInputMethodWrapper()
158 final InputMethod inputMethod = mInputMethod.get(); in executeMessage()
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityService.java850 private InputMethod mInputMethod; field in AccessibilityService
909 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22498 Landroid/inputmethodservice/AbstractInputMethodService;->mInputMethod:Landroid/view/inputmethod/Inp…