Searched refs:mInputMethod (Results 1 – 3 of 3) sorted by relevance
50 private InputMethod mInputMethod; field in AbstractInputMethodService207 if (mInputMethod == null) { in onBind()208 mInputMethod = onCreateInputMethodInterface(); in onBind()210 return new IInputMethodWrapper(this, mInputMethod); in onBind()
77 final WeakReference<InputMethod> mInputMethod; field in IInputMethodWrapper129 mInputMethod = new WeakReference<>(inputMethod); in IInputMethodWrapper()136 InputMethod inputMethod = mInputMethod.get(); in executeMessage()
99 private String mInputMethod field in TextViewBindingObject230 return mInputMethod; in getInputMethod()290 mInputMethod = "android.databinding.testapp.vo.TextViewBindingObject$KeyListener2"; in changeValues()