Home
last modified time | relevance | path

Searched refs:forAllWindows (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDockedTaskDividerController.java60 mDisplayContent.forAllWindows(WindowState::resetDragResizingChangeReported, in resetDragResizingChangeReported()
H A DDisplayContent.java1973 forAllWindows(w -> { in applyRotation()
1982 forAllWindows(w -> { in applyRotation()
2961 forAllWindows(fn, true /* traverseTopToBottom */); in pointWithinAppWindow()
3725 forAllWindows(w -> { in destroyLeakedSurfaces()
4262 forAllWindows(w -> { in dumpWindowAnimators()
4275 forAllWindows(w -> { in startKeyguardExitOnNonAppWindows()
4400 forAllWindows(w -> { in onWindowFreezeTimeout()
4594 forAllWindows(mPerformLayout, true /* traverseTopToBottom */); in performLayoutNoTrace()
4842 boolean forAllWindows(ToBooleanFunction<WindowState> callback, in forAllWindows() method in DisplayContent.ImeContainer
5302 forAllWindows(w -> { in notifyLocationInParentDisplayChanged()
[all …]
H A DFadeRotationAnimationController.java78 displayContent.forAllWindows(w -> { in FadeRotationAnimationController()
H A DWallpaperController.java525 mDisplayContent.forAllWindows(mFindWallpaperTargetFunction, true /* traverseTopToBottom */); in findWallpaperTarget()
822 token.forAllWindows(w -> { in getTopVisibleWallpaper()
846 mDisplayContent.forAllWindows(mComputeMaxZoomOutFunction, true); in computeLastWallpaperZoomOut()
H A DNonAppWindowAnimationAdapter.java109 service.mRoot.forAllWindows(nonAppWindow -> { in startNonAppWindowAnimationsForKeyguardExit()
H A DInsetsStateController.java327 mDisplayContent.forAllWindows(w -> { in updateAboveInsetsState()
369 mDisplayContent.forAllWindows(w -> { in onDisplayInfoUpdated()
H A DRootWindowContainer.java588 forAllWindows((w) -> { in getWindowsByName()
685 forAllWindows((w) -> { in setSecureSurfaceState()
693 forAllWindows((w) -> { in updateHiddenWhileSuspendedState()
701 forAllWindows((w) -> { in updateAppOpsState()
713 forAllWindows(mCloseSystemDialogsConsumer, false /* traverseTopToBottom */); in closeSystemDialogs()
720 forAllWindows(sRemoveReplacedWindowsConsumer, true /* traverseTopToBottom */); in removeReplacedWindows()
766 mChildren.get(displayNdx).forAllWindows((w) -> { in reclaimSomeSurfaceMemory()
1280 forAllWindows((w) -> { in dumpWindowsNoHeader()
3225 return forAllWindows(w -> { in hasVisibleWindowAboveButDoesNotOwnNotificationShade()
H A DWindowContainer.java1397 boolean forAllWindows(ToBooleanFunction<WindowState> callback, boolean traverseTopToBottom) { in forAllWindows() method in WindowContainer
1400 if (mChildren.get(i).forAllWindows(callback, traverseTopToBottom)) { in forAllWindows()
1407 if (mChildren.get(i).forAllWindows(callback, traverseTopToBottom)) { in forAllWindows()
1415 void forAllWindows(Consumer<WindowState> callback, boolean traverseTopToBottom) { in forAllWindows() method in WindowContainer
1417 forAllWindows(wrapper, traverseTopToBottom); in forAllWindows()
3205 forAllWindows(w -> { in waitForAllWindowsDrawn()
H A DTaskDisplayArea.java690 boolean forAllWindows(ToBooleanFunction<WindowState> callback,
693 if (super.forAllWindows(callback, traverseTopToBottom)) {
703 if (super.forAllWindows(callback, traverseTopToBottom)) {
H A DWindowManagerShellCommand.java517 mInternal.mRoot.forAllWindows(w -> { in runDumpVisibleWindowViews()
H A DDragState.java451 mService.mRoot.forAllWindows(w -> { in broadcastDragStartedLocked()
H A DInputMonitor.java554 mDisplayContent.forAllWindows(this, true /* traverseTopToBottom */); in updateInputWindows()
H A DTaskSnapshotController.java262 return r.forAllWindows( in findAppTokenForSnapshot()
H A DWindowToken.java782 forAllWindows(w -> { in setInsetsFrozen()
H A DAccessibilityController.java1172 mDisplayContent.forAllWindows((w) -> { in populateWindowsOnScreen()
1959 dc.forAllWindows(w -> { in populateVisibleWindowsOnScreen()
1966 mService.mRoot.forAllWindows(w -> { in populateVisibleWindowsOnScreen()
H A DActivityRecord.java4213 return forAllWindows(ws -> ws.mAttrs.getColorMode() != COLOR_MODE_DEFAULT, in hasNonDefaultColorWindow()
4241 boolean forAllWindows(ToBooleanFunction<WindowState> callback, boolean traverseTopToBottom) { in forAllWindows() method in ActivityRecord
4254 return super.forAllWindows(callback, traverseTopToBottom); in forAllWindowsUnchecked()
4832 forAllWindows(w -> { in setVisibility()
4953 forAllWindows(mWmService::makeWindowFreezingScreenIfNeededLocked, true); in commitVisibility()
5056 forAllWindows(win -> { in postApplyAnimation()
5086 || (visible && forAllWindows(WindowState::waitingForReplacement, true)); in shouldApplyAnimation()
5105 return mDisablePreviewScreenshots || forAllWindows(WindowState::isSecureLocked, in shouldUseAppThemeSnapshot()
6221 forAllWindows(windowState -> { in showAllWindowsLocked()
H A DAppTransitionController.java180 mDisplayContent.forAllWindows(WindowState::cleanupAnimatingExitWindow, in handleAppTransitionReady()
H A DDisplayRotation.java632 mDisplayContent.forAllWindows(w -> { in cancelSeamlessRotation()
H A DRecentsAnimationController.java455 (type, anim) -> task.forAllWindows(win -> { in initialize()
H A DWindowManagerService.java4559 mRoot.forAllWindows(w -> { in viewServerListWindows()
6562 mRoot.forAllWindows((w) -> { in dumpWindows()
6741 mRoot.forAllWindows(w -> {pw.println(w);}, true /* traverseTopToBottom */); in doDump()
8129 mRoot.forAllWindows((w) -> { in updateNonSystemOverlayWindowsVisibilityIfNeeded()
H A DWindowState.java2668 if (edc.forAllWindows(WindowState::canBeImeTarget, true)) { in canWindowInEmbeddedDisplayBeImeTarget()
4887 boolean forAllWindows(ToBooleanFunction<WindowState> callback, boolean traverseTopToBottom) { in forAllWindows() method in WindowState
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowContainerTraversalTests.java62 mDisplayContent.forAllWindows(c, false); in testDockedDividerPosition()
H A DDisplayContentTests.java2503 mDisplayContent.forAllWindows(actualWindows::addLast, false /* traverseTopToBottom */); in assertForAllWindowsOrder()
2509 mDisplayContent.forAllWindows(actualWindows::addLast, true /* traverseTopToBottom */); in assertForAllWindowsOrder()
H A DActivityRecordTests.java3186 atoken.forAllWindows(windowState -> { in assertNoStartingWindow()
/aosp12/frameworks/base/services/
H A Dart-profile-boot460 Lcom/android/server/wm/WindowContainer;->forAllWindows(Lcom/android/internal/util/ToBooleanFunction…
493 Lcom/android/server/wm/DisplayContent;->forAllWindows(Lcom/android/internal/util/ToBooleanFunction;…
581 Lcom/android/server/wm/WindowState;->forAllWindows(Lcom/android/internal/util/ToBooleanFunction;Z)Z
703 Lcom/android/server/wm/DisplayContent$TaskStackContainers;->forAllWindows(Lcom/android/internal/uti…
716 Lcom/android/server/wm/WindowContainer;->forAllWindows(Ljava/util/function/Consumer;Z)V
730 Lcom/android/server/wm/AppWindowToken;->forAllWindows(Lcom/android/internal/util/ToBooleanFunction;…

12