HomeSort by relevance Sort by last modified time
    Searched refs:mInputMethod (Results 1 - 3 of 3) 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 73 final WeakReference<InputMethod> mInputMethod;
116 mInputMethod = new WeakReference<InputMethod>(inputMethod);
121 return mInputMethod.get();
126 InputMethod inputMethod = mInputMethod.get();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibleKeyboardViewProxy.java 56 private InputMethodService mInputMethod;
83 mInputMethod = inputMethod;
269 mAccessibilityNodeProvider = new AccessibilityEntityProvider(mView, mInputMethod);

Completed in 430 milliseconds