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.java599 assertTrue(defaultDisplay.shouldWaitForSystemDecorWindowsOnBoot()); in testShouldWaitForSystemDecorWindowsOnBoot_OnDefaultDisplay()
604 assertFalse(defaultDisplay.shouldWaitForSystemDecorWindowsOnBoot()); in testShouldWaitForSystemDecorWindowsOnBoot_OnDefaultDisplay()
616 assertFalse(secondaryDisplay.shouldWaitForSystemDecorWindowsOnBoot()); in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay()
621 assertTrue(secondaryDisplay.shouldWaitForSystemDecorWindowsOnBoot()); in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay()
625 assertFalse(secondaryDisplay.shouldWaitForSystemDecorWindowsOnBoot()); in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java4893 boolean shouldWaitForSystemDecorWindowsOnBoot() { in shouldWaitForSystemDecorWindowsOnBoot() method in DisplayContent
DWindowManagerService.java3917 if (mRoot.getChildAt(i).shouldWaitForSystemDecorWindowsOnBoot()) { in performEnableScreen()
/frameworks/base/services/
Dart-wear-profile21402 PLcom/android/server/wm/DisplayContent;->shouldWaitForSystemDecorWindowsOnBoot()Z