Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java586 setDrawnState(WindowStateAnimator.READY_TO_SHOW, wallpaper); in testShouldWaitForSystemDecorWindowsOnBoot_OnDefaultDisplay()
587 setDrawnState(WindowStateAnimator.HAS_DRAWN, windows[1]); in testShouldWaitForSystemDecorWindowsOnBoot_OnDefaultDisplay()
608 setDrawnState(WindowStateAnimator.HAS_DRAWN, windows); in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay()
615 setDrawnState(WindowStateAnimator.COMMIT_DRAW_PENDING, window); in testDisplayHasContent()
622 setDrawnState(WindowStateAnimator.NO_SURFACE, window); in testDisplayHasContent()
659 private static void setDrawnState(int state, WindowState... windows) { in setDrawnState() method in DisplayContentTests