Searched refs:shouldWaitForSystemDecorWindowsOnBoot (Results 1 – 4 of 4) sorted by relevance
599 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()
4893 boolean shouldWaitForSystemDecorWindowsOnBoot() { in shouldWaitForSystemDecorWindowsOnBoot() method in DisplayContent
3917 if (mRoot.getChildAt(i).shouldWaitForSystemDecorWindowsOnBoot()) { in performEnableScreen()
21402 PLcom/android/server/wm/DisplayContent;->shouldWaitForSystemDecorWindowsOnBoot()Z