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

/frameworks/base/services/java/com/android/server/wm/
H A DInputMonitor.java51 // When true, need to call updateInputWindowsLw().
214 public void updateInputWindowsLw(boolean force) { method in class:InputMonitor
220 if (false) Slog.d(WindowManagerService.TAG, ">>>>>> ENTERED updateInputWindowsLw");
300 if (false) Slog.d(WindowManagerService.TAG, "<<<<<<< EXITED updateInputWindowsLw");
390 updateInputWindowsLw(false /*force*/);
415 updateInputWindowsLw(true /*force*/);
426 updateInputWindowsLw(true /*force*/);

Completed in 104 milliseconds