Home
last modified time | relevance | path

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

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