Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java491 assertTrue(defaultDisplay.shouldWaitForSystemDecorWindowsOnBoot()); in testShouldWaitForSystemDecorWindowsOnBoot_OnDefaultDisplay()
496 assertFalse(defaultDisplay.shouldWaitForSystemDecorWindowsOnBoot()); in testShouldWaitForSystemDecorWindowsOnBoot_OnDefaultDisplay()
508 assertFalse(secondaryDisplay.shouldWaitForSystemDecorWindowsOnBoot()); in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay()
513 assertTrue(secondaryDisplay.shouldWaitForSystemDecorWindowsOnBoot()); in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay()
517 assertFalse(secondaryDisplay.shouldWaitForSystemDecorWindowsOnBoot()); in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java3710 boolean shouldWaitForSystemDecorWindowsOnBoot() { in shouldWaitForSystemDecorWindowsOnBoot() method in DisplayContent
DWindowManagerService.java3425 if (mRoot.getChildAt(i).shouldWaitForSystemDecorWindowsOnBoot()) { in performEnableScreen()
/frameworks/base/services/
Dart-profile36411 PLcom/android/server/wm/DisplayContent;->lambda$shouldWaitForSystemDecorWindowsOnBoot$18$DisplayCon…
36494 PLcom/android/server/wm/DisplayContent;->shouldWaitForSystemDecorWindowsOnBoot()Z