Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplaySystemDecorationTests.java155 state -> isWallpaperOnDisplay(state, decoredSystemDisplay.mId), in testWallpaperShowOnSecondaryDisplays()
159 isWallpaperOnDisplay(mWmState, untrustedDisplay.mId)); in testWallpaperShowOnSecondaryDisplays()
206 private boolean isWallpaperOnDisplay(WindowManagerState windowManagerState, int displayId) { in isWallpaperOnDisplay() method in MultiDisplaySystemDecorationTests