Home | History | Annotate | Download | only in inputmethod

Lines Matching defs:mIMM

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);
586 } else if (mIMM.mServedView != null) {
587 context = mIMM.mServedView.getContext();