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/multidisplay/
DMultiDisplaySystemDecorationTests.java94 .setSimulateDisplay(true).setShowSystemDecorations(true).createDisplay(); in testWallpaperGetDisplayContext()
113 .setPublicDisplay(true).setShowSystemDecorations(true).createVirtualDisplay(); in testWallpaperShowOnSecondaryDisplays()
116 .setSimulateDisplay(true).setShowSystemDecorations(true).createDisplay(); in testWallpaperShowOnSecondaryDisplays()
144 .setSimulateDisplay(true).setShowSystemDecorations(true).createDisplay(); in testNavBarShowingOnDisplayWithDecor()
160 .setShowSystemDecorations(false).createDisplay(); in testNavBarNotShowingOnDisplayWithoutDecor()
177 .setShowSystemDecorations(true).createVirtualDisplay(); in testNavBarNotShowingOnPrivateDisplay()
193 .setSimulateDisplay(true).setShowSystemDecorations(true).createDisplay(); in waitAndAssertNavBarStatesAreTheSame()
237 .setPublicDisplay(true).setShowSystemDecorations(true).createVirtualDisplay(); in testLaunchHomeActivityOnUntrustedVirtualSecondaryDisplay()
280 .setShowSystemDecorations(true) in testSendSecondaryHomeIntentActivityOnDisplayWithDecorations()
308 .setShowSystemDecorations(true) in testSendPrimaryHomeIntentActivityOnDisplayWithDecorations()
[all …]
DMultiDisplayKeyguardTests.java204 .setShowSystemDecorations(true) in testUnlockScreen_decoredSystemDisplayChanged_dismissesKeyguardOnUnlock()
DMultiDisplayClientTests.java167 .setShowSystemDecorations(true) in testDisplayIdUpdateWhenImeMove()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DVirtualDisplayHelper.java70 public VirtualDisplayHelper setShowSystemDecorations(boolean showSystemDecorations) { in setShowSystemDecorations() method in VirtualDisplayHelper
DMultiDisplayTestBase.java253 public VirtualDisplaySession setShowSystemDecorations(boolean showSystemDecorations) { in setShowSystemDecorations() method in MultiDisplayTestBase.VirtualDisplaySession
742 public ExternalDisplaySession setShowSystemDecorations(boolean showSystemDecorations) { in setShowSystemDecorations() method in MultiDisplayTestBase.ExternalDisplaySession
758 .setShowSystemDecorations(mShowSystemDecorations) in createVirtualDisplay()