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

/frameworks/base/services/core/java/com/android/server/wm/
H A DInputMonitor.java60 // When true, need to call updateInputWindowsLw().
239 public void updateInputWindowsLw(boolean force) { method in class:InputMonitor
245 if (false) Slog.d(TAG_WM, ">>>>>> ENTERED updateInputWindowsLw");
354 if (false) Slog.d(TAG_WM, "<<<<<<< EXITED updateInputWindowsLw");
457 updateInputWindowsLw(false /*force*/);
482 updateInputWindowsLw(true /*force*/);
493 updateInputWindowsLw(true /*force*/);

Completed in 830 milliseconds