Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DAbstractInputMethodService.java68 private InputMethod mInputMethod; field in AbstractInputMethodService
77 return mInputMethod; in getInputMethodInternal()
245 if (mInputMethod == null) { in onBind()
246 mInputMethod = onCreateInputMethodInterface(); in onBind()
251 return new IInputMethodWrapper(mInputMethodServiceInternal, mInputMethod); in onBind()
H A DIInputMethodWrapper.java93 final WeakReference<InputMethod> mInputMethod; field in IInputMethodWrapper
147 mInputMethod = new WeakReference<>(inputMethod); in IInputMethodWrapper()
154 final InputMethod inputMethod = mInputMethod.get(); in executeMessage()
/aosp14/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java808 private InputMethod mInputMethod; field in AccessibilityService
866 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt22498 Landroid/inputmethodservice/AbstractInputMethodService;->mInputMethod:Landroid/view/inputmethod/Inp…