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

/frameworks/base/core/java/android/inputmethodservice/
H A DAbstractInputMethodService.java46 private InputMethod mInputMethod; field in class:AbstractInputMethodService
200 if (mInputMethod == null) {
201 mInputMethod = onCreateInputMethodInterface();
203 return new IInputMethodWrapper(this, mInputMethod);
H A DIInputMethodWrapper.java75 final WeakReference<InputMethod> mInputMethod; field in class:IInputMethodWrapper
118 mInputMethod = new WeakReference<InputMethod>(inputMethod);
123 return mInputMethod.get();
128 InputMethod inputMethod = mInputMethod.get();
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DTextViewBindingObject.java99 private String mInputMethod field in class:TextViewBindingObject
227 return mInputMethod;
278 mInputMethod = "android.databinding.testapp.vo.TextViewBindingObject$KeyListener2";

Completed in 212 milliseconds