Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java308 forAllWindows((w) -> { in getWindowsByName() method
429 forAllWindows((w) -> { in setSecureSurfaceState() method
437 forAllWindows((w) -> { in updateHiddenWhileSuspendedState() method
445 forAllWindows((w) -> { in updateAppOpsState() method
1024 forAllWindows((w) -> { in dumpWindowsNoHeader() method
1058 forAllWindows((w) -> { in writeToProto() method
DWindowContainer.java868 boolean forAllWindows(ToBooleanFunction<WindowState> callback, boolean traverseTopToBottom) { in forAllWindows() method in WindowContainer
886 void forAllWindows(Consumer<WindowState> callback, boolean traverseTopToBottom) { in forAllWindows() method in WindowContainer
DTaskStack.java1601 forAllWindows((w) -> { w.mWinAnimator.resetDrawState(); }, in onAnimationStart() method
DDisplayContent.java2130 boolean forAllWindows(ToBooleanFunction<WindowState> callback, boolean traverseTopToBottom) { in forAllWindows() method in DisplayContent
4353 boolean forAllWindows(ToBooleanFunction<WindowState> callback, in forAllWindows() method in DisplayContent.TaskStackContainers
DAppWindowToken.java2037 boolean forAllWindows(ToBooleanFunction<WindowState> callback, boolean traverseTopToBottom) { in forAllWindows() method in AppWindowToken