Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplaySystemDecorationTests.java128 .setSimulateDisplay(true).setShowSystemDecorations(true).createDisplay(); in testWallpaperGetDisplayContext()
145 .setPublicDisplay(true).setShowSystemDecorations(true).createVirtualDisplay(); in testWallpaperShowOnSecondaryDisplays()
148 .setSimulateDisplay(true).setShowSystemDecorations(true).createDisplay(); in testWallpaperShowOnSecondaryDisplays()
220 .setSimulateDisplay(true).setShowSystemDecorations(true).createDisplay(); in testNavBarShowingOnDisplayWithDecor()
236 .setShowSystemDecorations(false).createDisplay(); in testNavBarNotShowingOnDisplayWithoutDecor()
253 .setShowSystemDecorations(true).createVirtualDisplay(); in testNavBarNotShowingOnPrivateDisplay()
269 .setSimulateDisplay(true).setShowSystemDecorations(true).createDisplay(); in waitAndAssertNavBarStatesAreTheSame()
310 .setPublicDisplay(true).setShowSystemDecorations(true).createVirtualDisplay(); in testLaunchHomeActivityOnUntrustedVirtualSecondaryDisplay()
371 .setShowSystemDecorations(true) in assertSecondaryHomeResumedOnNewDisplay()
395 .setShowSystemDecorations(true) in testImeWindowCanSwitchToDifferentDisplays()
[all …]
DVirtualDisplayHelper.java69 VirtualDisplayHelper setShowSystemDecorations(boolean showSystemDecorations) { in setShowSystemDecorations() method in VirtualDisplayHelper
DMultiDisplayKeyguardTests.java203 .setShowSystemDecorations(true) in testUnlockScreen_decoredSystemDisplayChanged_dismissesKeyguardOnUnlock()
DMultiDisplayTestBase.java452 VirtualDisplaySession setShowSystemDecorations(boolean showSystemDecorations) { in setShowSystemDecorations() method in MultiDisplayTestBase.VirtualDisplaySession
906 ExternalDisplaySession setShowSystemDecorations(boolean showSystemDecorations) { in setShowSystemDecorations() method in MultiDisplayTestBase.ExternalDisplaySession
922 .setShowSystemDecorations(mShowSystemDecorations) in createVirtualDisplay()
DMultiDisplayClientTests.java164 .setShowSystemDecorations(true) in testDisplayIdUpdateWhenImeMove()