Home
last modified time | relevance | path

Searched defs:forAllWindows (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java559 forAllWindows((w) -> { in getWindowsByName() method
626 forAllWindows((w) -> { in refreshSecureSurfaceState() method
634 forAllWindows((w) -> { in updateHiddenWhileSuspendedState() method
642 forAllWindows((w) -> { in updateAppOpsState() method
1168 forAllWindows((w) -> { in dumpWindowsNoHeader() method
DWindowContainer.java1807 boolean forAllWindows(ToBooleanFunction<WindowState> callback, boolean traverseTopToBottom) { in forAllWindows() method in WindowContainer
1825 void forAllWindows(Consumer<WindowState> callback, boolean traverseTopToBottom) { in forAllWindows() method in WindowContainer
DWindowState.java4482 boolean forAllWindows(ToBooleanFunction<WindowState> callback, boolean traverseTopToBottom) { in forAllWindows() method in WindowState
DDisplayContent.java5286 boolean forAllWindows(ToBooleanFunction<WindowState> callback, in forAllWindows() method in DisplayContent.ImeContainer