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;
185 if (mInputMethod == null) {
186 mInputMethod = onCreateInputMethodInterface();
188 return new IInputMethodWrapper(this, mInputMethod);
IInputMethodWrapper.java 70 final WeakReference<InputMethod> mInputMethod;
102 mInputMethod = new WeakReference<InputMethod>(inputMethod);
106 return mInputMethod.get();
110 InputMethod inputMethod = mInputMethod.get();

Completed in 242 milliseconds