Home
last modified time | relevance | path

Searched refs:shouldWaitForSystemDecorWindowsOnBoot (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java618 assertTrue(defaultDisplay.shouldWaitForSystemDecorWindowsOnBoot()); in testShouldWaitForSystemDecorWindowsOnBoot_OnDefaultDisplay()
623 assertFalse(defaultDisplay.shouldWaitForSystemDecorWindowsOnBoot()); in testShouldWaitForSystemDecorWindowsOnBoot_OnDefaultDisplay()
635 assertFalse(secondaryDisplay.shouldWaitForSystemDecorWindowsOnBoot()); in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay()
640 assertTrue(secondaryDisplay.shouldWaitForSystemDecorWindowsOnBoot()); in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay()
644 assertFalse(secondaryDisplay.shouldWaitForSystemDecorWindowsOnBoot()); in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java4821 boolean shouldWaitForSystemDecorWindowsOnBoot() { in shouldWaitForSystemDecorWindowsOnBoot() method in DisplayContent
H A DWindowManagerService.java3699 if (mRoot.getChildAt(i).shouldWaitForSystemDecorWindowsOnBoot()) { in performEnableScreen()