Searched defs:mInputMonitor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java1053 return mInputMonitor;
2146 mInputMonitor.setUpdateInputWindowsNeededLw();
2166 mInputMonitor.setInputFocusLw(mCurrentFocus, false /*updateInputWindows*/);
2168 mInputMonitor.updateInputWindowsLw(false /*force*/);
2290 mInputMonitor.updateInputWindowsLw(false /*force*/);
2393 mInputMonitor.updateInputWindowsLw(true /*force*/);
2555 mInputMonitor.updateInputWindowsLw(true /*force*/);
2855 mInputMonitor.updateInputWindowsLw(true /*force*/);
2975 mInputMonitor.updateInputWindowsLw(true /*force*/);
3395 mInputMonitor
7730 final InputMonitor mInputMonitor = new InputMonitor(this); field in class:WindowManagerService
[all...]

Completed in 104 milliseconds