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()
75 final WeakReference<InputMethod> mInputMethod; field in IInputMethodWrapper118 mInputMethod = new WeakReference<InputMethod>(inputMethod); in IInputMethodWrapper()123 return mInputMethod.get(); in getInternalInputMethod()128 InputMethod inputMethod = mInputMethod.get(); in executeMessage()
99 private String mInputMethod field in TextViewBindingObject227 return mInputMethod; in getInputMethod()278 mInputMethod = "android.databinding.testapp.vo.TextViewBindingObject$KeyListener2"; in changeValues()