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;
197 if (mInputMethod == null) {
198 mInputMethod = onCreateInputMethodInterface();
200 return new IInputMethodWrapper(this, mInputMethod);
IInputMethodWrapper.java 73 final WeakReference<InputMethod> mInputMethod;
106 mInputMethod = new WeakReference<InputMethod>(inputMethod);
111 return mInputMethod.get();
115 InputMethod inputMethod = mInputMethod.get();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibleKeyboardViewProxy.java 38 private InputMethodService mInputMethod;
63 mInputMethod = inputMethod;
170 mAccessibilityNodeProvider = new AccessibilityEntityProvider(mView, mInputMethod);

Completed in 52 milliseconds