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.java77 final WeakReference<InputMethod> mInputMethod; field in IInputMethodWrapper
129 mInputMethod = new WeakReference<>(inputMethod); in IInputMethodWrapper()
136 InputMethod inputMethod = mInputMethod.get(); in executeMessage()
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
DTextViewBindingObject.java99 private String mInputMethod field in TextViewBindingObject
230 return mInputMethod; in getInputMethod()
290 mInputMethod = "android.databinding.testapp.vo.TextViewBindingObject$KeyListener2"; in changeValues()