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

/frameworks/base/services/java/com/android/server/wm/
H A DInputMonitor.java42 // When true, need to call updateInputWindowsLw().
142 public void updateInputWindowsLw(boolean force) { method in class:InputMonitor
148 if (false) Slog.d(WindowManagerService.TAG, ">>>>>> ENTERED updateInputWindowsLw");
242 if (false) Slog.d(WindowManagerService.TAG, "<<<<<<< EXITED updateInputWindowsLw");
325 updateInputWindowsLw(false /*force*/);
350 updateInputWindowsLw(true /*force*/);
361 updateInputWindowsLw(true /*force*/);

Completed in 32 milliseconds