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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java2163 mInputMonitor.setUpdateInputWindowsNeededLw();
2187 mInputMonitor.updateInputWindowsLw(false /*force*/);
2268 mInputMonitor.updateInputWindowsLw(false /*force*/);
2384 mInputMonitor.updateInputWindowsLw(true /*force*/);
2669 mInputMonitor.updateInputWindowsLw(true /*force*/);
2813 mInputMonitor.updateInputWindowsLw(true /*force*/);
3232 mInputMonitor.updateInputWindowsLw(true /*force*/);
3555 mInputMonitor.setFocusedAppLw(null);
3567 mInputMonitor.setFocusedAppLw(newFocus);
3918 mInputMonitor
6207 final InputMonitor mInputMonitor = new InputMonitor(this); field in class:WindowManagerService
[all...]

Completed in 38 milliseconds