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.java569 forAllWindows((w) -> { in getWindowsByName() method
636 forAllWindows((w) -> { in refreshSecureSurfaceState() method
644 forAllWindows((w) -> { in updateHiddenWhileSuspendedState() method
652 forAllWindows((w) -> { in updateAppOpsState() method
1189 forAllWindows((w) -> { in dumpWindowsNoHeader() method
DWindowContainer.java1696 boolean forAllWindows(ToBooleanFunction<WindowState> callback, boolean traverseTopToBottom) { in forAllWindows() method in WindowContainer
1714 void forAllWindows(Consumer<WindowState> callback, boolean traverseTopToBottom) { in forAllWindows() method in WindowContainer
DWindowState.java4779 boolean forAllWindows(ToBooleanFunction<WindowState> callback, boolean traverseTopToBottom) { in forAllWindows() method in WindowState
DDisplayContent.java5152 boolean forAllWindows(ToBooleanFunction<WindowState> callback, in forAllWindows() method in DisplayContent.ImeContainer