HomeSort by relevance Sort by last modified time
    Searched refs:mInputMethod (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java 46 private InputMethod mInputMethod;
200 if (mInputMethod == null) {
201 mInputMethod = onCreateInputMethodInterface();
203 return new IInputMethodWrapper(this, mInputMethod);
IInputMethodWrapper.java 74 final WeakReference<InputMethod> mInputMethod;
117 mInputMethod = new WeakReference<InputMethod>(inputMethod);
122 return mInputMethod.get();
127 InputMethod inputMethod = mInputMethod.get();

Completed in 707 milliseconds