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

  /frameworks/base/core/java/android/app/
NativeActivity.java 77 private InputMethodManager mIMM;
133 mIMM = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
331 mIMM.showSoftInput(mNativeContentView, mode);
335 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(
198 mIMM.notifyUserAction();
446 mIMM.notifyUserAction();
519 synchronized (mIMM.mH) {
522 if (mIMM.mServedView != null) {
523 viewRootImpl = mIMM.mServedView.getViewRootImpl();
530 mIMM.notifyUserAction();
538 mIMM.setFullscreenMode(enabled)
    [all...]

Completed in 89 milliseconds