Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java560 final WindowState[] windows = createNotDrawnWindowsOn(defaultDisplay, in testShouldWaitForSystemDecorWindowsOnBoot_OnDefaultDisplay()
581 final WindowState[] windows = createNotDrawnWindowsOn(secondaryDisplay, in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay()
618 private WindowState[] createNotDrawnWindowsOn(DisplayContent displayContent, int... types) { in createNotDrawnWindowsOn() method in DisplayContentTests