Home
last modified time | relevance | path

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

12

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowContainerTraversalTests.java58 mDisplayContent.forAllWindows(c, false); in testDockedDividerPosition()
DWindowContainerTests.java1474 activity0.forAllWindows(window -> { in testAddLocalInsetsFrameProvider()
1480 activity1.forAllWindows(window -> { in testAddLocalInsetsFrameProvider()
1486 activity2.forAllWindows(window -> { in testAddLocalInsetsFrameProvider()
1523 activity0.forAllWindows(window -> { in testAddLocalInsetsFrameProvider_sameType_replacesInsets()
1530 activity0.forAllWindows(window -> { in testAddLocalInsetsFrameProvider_sameType_replacesInsets()
1589 activity0.forAllWindows(window -> { in testRemoveLocalInsetsFrameProvider()
1595 activity1.forAllWindows(window -> { in testRemoveLocalInsetsFrameProvider()
1602 activity2.forAllWindows(window -> { in testRemoveLocalInsetsFrameProvider()
DDisplayContentTests.java2932 mDisplayContent.forAllWindows(actualWindows::addLast, false /* traverseTopToBottom */); in assertForAllWindowsOrder()
2938 mDisplayContent.forAllWindows(actualWindows::addLast, true /* traverseTopToBottom */); in assertForAllWindowsOrder()
/frameworks/base/services/core/java/com/android/server/wm/
DNonAppWindowAnimationAdapter.java109 service.mRoot.forAllWindows(nonAppWindow -> { in startNonAppWindowAnimationsForKeyguardExit()
DDisplayContent.java2156 forAllWindows(dispatchInsetsChanged, true /* traverseTopToBottom */); in notifyInsetsChanged()
2229 forAllWindows(w -> { in applyRotation()
3826 forAllWindows(mScheduleToastTimeout, false /* traverseTopToBottom */); in scheduleToastWindowsTimeoutIfNeededLocked()
3858 forAllWindows(mFindFocusedWindow, true /* traverseTopToBottom */); in findFocusedWindow()
4054 forAllWindows(w -> { in destroyLeakedSurfaces()
4852 forAllWindows(w -> { in dumpWindowAnimators()
4938 forAllWindows(mUpdateWindowsForAnimator, true /* traverseTopToBottom */); in updateWindowsForAnimator()
4973 forAllWindows(w -> { in onWindowFreezeTimeout()
5035 forAllWindows(mApplyPostLayoutPolicy, true /* traverseTopToBottom */); in applySurfaceChangesTransaction()
5046 forAllWindows(mApplySurfaceChangesTransaction, true /* traverseTopToBottom */); in applySurfaceChangesTransaction()
[all …]
DAsyncRotationController.java149 displayContent.forAllWindows(this, true /* traverseTopToBottom */); in AsyncRotationController()
405 mDisplayContent.forAllWindows(w -> { in updateRotation()
DRootWindowContainer.java572 forAllWindows((w) -> { in getWindowsByName() method
623 forAllWindows(w -> { in refreshSecureSurfaceState()
629 forAllWindows((w) -> { in updateHiddenWhileSuspendedState() method
637 forAllWindows((w) -> { in updateAppOpsState() method
649 forAllWindows(mCloseSystemDialogsConsumer, false /* traverseTopToBottom */); in closeSystemDialogs()
691 mChildren.get(displayNdx).forAllWindows((w) -> { in reclaimSomeSurfaceMemory()
1174 forAllWindows((w) -> { in dumpWindowsNoHeader() method
3271 return forAllWindows(w -> { in hasVisibleWindowAboveButDoesNotOwnNotificationShade()
DWindowContainer.java1795 boolean forAllWindows(ToBooleanFunction<WindowState> callback, boolean traverseTopToBottom) { in forAllWindows() method in WindowContainer
1798 if (mChildren.get(i).forAllWindows(callback, traverseTopToBottom)) { in forAllWindows()
1805 if (mChildren.get(i).forAllWindows(callback, traverseTopToBottom)) { in forAllWindows()
1813 void forAllWindows(Consumer<WindowState> callback, boolean traverseTopToBottom) { in forAllWindows() method in WindowContainer
1815 forAllWindows(wrapper, traverseTopToBottom); in forAllWindows()
3760 forAllWindows(w -> { in waitForAllWindowsDrawn()
DInsetsStateController.java208 mDisplayContent.forAllWindows(w -> { in onDisplayFramesUpdated()
DBLASTSyncEngine.java395 a.forAllWindows(w -> { in onTimeout()
DWallpaperController.java738 mDisplayContent.forAllWindows(mFindWallpaperTargetFunction, true /* traverseTopToBottom */); in findWallpaperTarget()
1152 mDisplayContent.forAllWindows(mComputeMaxZoomOutFunction, true); in computeLastWallpaperZoomOut()
DWindowToken.java760 forAllWindows(w -> { in setInsetsFrozen()
DCompatModePackages.java732 mService.mRootWindowContainer.forAllWindows(w -> { in setPackageScreenCompatModeLocked()
DTransitionController.java679 displayContent.forAllWindows(w -> { in setDisplaySyncMethod()
843 wc.forAllWindows(w -> { in collectForDisplayAreaChange()
DDragState.java509 mService.mRoot.forAllWindows(w -> { in broadcastDragStartedLocked()
DInputMonitor.java606 mDisplayContent.forAllWindows(this, true /* traverseTopToBottom */); in updateInputWindows()
DScreenRotationAnimation.java323 mDisplayContent.forAllWindows(w -> { in setSkipScreenshotForRoundedCornerOverlays()
DActivityRecord.java5635 forAllWindows(w -> { in setVisibility()
5803 forAllWindows(mWmService::makeWindowFreezingScreenIfNeededLocked, true); in commitVisibility()
5909 forAllWindows(win -> { in postApplyAnimation()
5964 return !mEnableRecentsScreenshot || forAllWindows(WindowState::isSecureLocked, in shouldUseAppThemeSnapshot()
7104 forAllWindows(windowState -> { in showAllWindowsLocked()
8484 forAllWindows(WindowState::updateGlobalScale, false /* traverseTopToBottom */); in clearSizeCompatModeAttributes()
9323 forAllWindows(WindowState::updateGlobalScale, false /* traverseTopToBottom */); in resolveSizeCompatModeConfiguration()
11143 return forAllWindows(
DTaskFragment.java3114 if (adjacentTf.forAllWindows(getDimBehindWindow, true)) { in shouldBoostDimmer()
3120 return forAllWindows(getDimBehindWindow, true); in shouldBoostDimmer()
DRecentsAnimationController.java431 (type, anim) -> task.forAllWindows(win -> { in initialize()
DWindowManagerService.java5138 mRoot.forAllWindows(w -> { in viewServerListWindows()
7105 mRoot.forAllWindows((w) -> { in dumpWindows()
7182 dc.forAllWindows(w -> { in saveANRStateLocked()
7311 mRoot.forAllWindows(w -> {pw.println(w);}, true /* traverseTopToBottom */); in doDump()
8720 mRoot.forAllWindows((w) -> { in addBlockScreenCaptureForApps()
8906 mRoot.forAllWindows((w) -> { in updateNonSystemOverlayWindowsVisibilityIfNeeded()
10234 mRoot.forAllWindows(w -> { in dumpVisibleWindowClients()
DAppTransitionController.java217 mDisplayContent.forAllWindows(WindowState::cleanupAnimatingExitWindow, in handleAppTransitionReady()
DWindowManagerShellCommand.java627 mInternal.mRoot.forAllWindows(w -> { in runDumpVisibleWindowViews()
DWindowState.java2401 mActivityRecord.forAllWindows(w -> { in removeIfPossible()
4518 boolean forAllWindows(ToBooleanFunction<WindowState> callback, boolean traverseTopToBottom) { in forAllWindows() method in WindowState
4578 forAllWindows(w -> { in updateAboveInsetsState()
/frameworks/base/services/
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