Home | History | Annotate | Download | only in wm

Lines Matching defs:mInputMonitor

1070                 this, mInputManager, mInputMonitor, mActivityManager, mH.getLooper());
1098 return mInputMonitor;
1482 mInputMonitor.setUpdateInputWindowsNeededLw();
1502 mInputMonitor.setInputFocusLw(mCurrentFocus, false /*updateInputWindows*/);
1504 mInputMonitor.updateInputWindowsLw(false /*force*/);
1717 mInputMonitor.updateInputWindowsLw(true /*force*/);
2029 mInputMonitor.updateInputWindowsLw(true /*force*/);
2175 mInputMonitor.updateInputWindowsLw(true /*force*/);
2365 mInputMonitor.updateInputWindowsLw(true /*force*/);
2554 mInputMonitor.setFocusedAppLw(newFocus);
3472 mInputMonitor.setEventDispatchingLw(mEventDispatchingEnabled);
4441 final InputMonitor mInputMonitor = new InputMonitor(this);
4453 mInputMonitor.setEventDispatchingLw(enabled);
4478 if (!mInputMonitor.waitForInputDevicesReady(
5727 mInputMonitor.setInputFocusLw(mCurrentFocus, updateInputWindows);
5774 mInputMonitor.freezeInputDispatchingLw();
5841 mInputMonitor.thawInputDispatchingLw();
6083 return mInputMonitor.createInputConsumer(looper, name, inputEventReceiverFactory);
6090 mInputMonitor.createInputConsumer(token, name, inputChannel, Binder.getCallingPid(),
6098 return mInputMonitor.destroyInputConsumer(name);
6442 mInputMonitor.dump(pw, " ");