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

/frameworks/base/services/java/com/android/server/wm/
H A DSession.java298 mService.mInputMonitor.updateInputWindowsLw(true /*force*/);
304 mService.mInputMonitor.updateInputWindowsLw(true /*force*/);
H A DWindowManagerService.java804 return mInputMonitor;
2319 mInputMonitor.setUpdateInputWindowsNeededLw();
2341 mInputMonitor.updateInputWindowsLw(false /*force*/);
2550 mInputMonitor.updateInputWindowsLw(true /*force*/);
2896 mInputMonitor.updateInputWindowsLw(true /*force*/);
3030 mInputMonitor.updateInputWindowsLw(true /*force*/);
3383 mInputMonitor.updateInputWindowsLw(true /*force*/);
3800 mInputMonitor.setFocusedAppLw(null);
3813 mInputMonitor.setFocusedAppLw(newFocus);
4251 mInputMonitor
6856 final InputMonitor mInputMonitor = new InputMonitor(this); field in class:WindowManagerService
[all...]
H A DDragState.java285 mService.mInputMonitor.updateInputWindowsLw(true /*force*/);

Completed in 39 milliseconds