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

  /frameworks/base/core/java/android/app/
NativeActivity.java 68 private InputMethodManager mIMM;
149 mIMM = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
362 mIMM.dispatchKeyEvent(this, seq, event,
375 mIMM.showSoftInput(mNativeContentView, mode);
379 mIMM.hideSoftInputFromWindow(mNativeContentView.getWindowToken(), mode);
  /frameworks/base/core/java/android/view/inputmethod/
BaseInputConnection.java 54 protected final InputMethodManager mIMM;
64 mIMM = mgr;
70 mIMM = (InputMethodManager)targetView.getContext().getSystemService(
497 synchronized (mIMM.mH) {
500 if (mIMM.mServedView != null) {
501 h = mIMM.mServedView.getHandler();
516 mIMM.setFullscreenMode(enabled);
564 } else if (mIMM.mServedView != null) {
565 context = mIMM.mServedView.getContext();
  /frameworks/base/core/java/com/android/internal/widget/
EditableInputConnection.java 145 mIMM.registerSuggestionSpansForNotification(spans);

Completed in 193 milliseconds