Searched refs:mInputMethod (Results 1 – 3 of 3) sorted by relevance
49 private InputMethod mInputMethod; field in AbstractInputMethodService203 if (mInputMethod == null) { in onBind()204 mInputMethod = onCreateInputMethodInterface(); in onBind()206 return new IInputMethodWrapper(this, mInputMethod); in onBind()
74 final WeakReference<InputMethod> mInputMethod; field in IInputMethodWrapper117 mInputMethod = new WeakReference<InputMethod>(inputMethod); in IInputMethodWrapper()122 return mInputMethod.get(); in getInternalInputMethod()127 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()