Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DAbstractInputMethodService.java49 private InputMethod mInputMethod; field in AbstractInputMethodService
203 if (mInputMethod == null) { in onBind()
204 mInputMethod = onCreateInputMethodInterface(); in onBind()
206 return new IInputMethodWrapper(this, mInputMethod); in onBind()
DIInputMethodWrapper.java75 final WeakReference<InputMethod> mInputMethod; field in IInputMethodWrapper
118 mInputMethod = new WeakReference<InputMethod>(inputMethod); in IInputMethodWrapper()
123 return mInputMethod.get(); in getInternalInputMethod()
128 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
227 return mInputMethod; in getInputMethod()
278 mInputMethod = "android.databinding.testapp.vo.TextViewBindingObject$KeyListener2"; in changeValues()