Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplaySystemDecorationTests.java121 .setSimulateDisplay(true).setShowSystemDecorations(true).createDisplay(); in testWallpaperGetDisplayContext()
142 .setPublicDisplay(true).setShowSystemDecorations(true).createVirtualDisplay(); in testWallpaperShowOnSecondaryDisplays()
145 .setSimulateDisplay(true).setShowSystemDecorations(true).createDisplay(); in testWallpaperShowOnSecondaryDisplays()
212 .setPublicDisplay(true).setShowSystemDecorations(true).createVirtualDisplay(); in testNavBarShowingOnDisplayWithDecor()
230 .setShowSystemDecorations(false).createVirtualDisplay(); in testNavBarNotShowingOnDisplayWithoutDecor()
249 .setShowSystemDecorations(true).createVirtualDisplay(); in testNavBarNotShowingOnPrivateDisplay()
266 .setPublicDisplay(true).setShowSystemDecorations(true).createVirtualDisplay(); in waitAndAssertNavBarStatesAreTheSame()
312 = externalDisplaySession.setShowSystemDecorations(true).createVirtualDisplay(); in testLaunchSingleHomeActivityOnDisplayWithDecorations()
334 = externalDisplaySession.setShowSystemDecorations(true).createVirtualDisplay(); in testLaunchSingleSecondaryHomeActivityOnDisplayWithDecorations()
355 = externalDisplaySession.setShowSystemDecorations(true).createVirtualDisplay(); in testLaunchHomeActivityOnDisplayWithDecorations()
[all …]
DVirtualDisplayHelper.java73 VirtualDisplayHelper setShowSystemDecorations(boolean showSystemDecorations) { in setShowSystemDecorations() method in VirtualDisplayHelper
DMultiDisplayTestBase.java310 VirtualDisplaySession setShowSystemDecorations(boolean showSystemDecorations) { in setShowSystemDecorations() method in MultiDisplayTestBase.VirtualDisplaySession
678 ExternalDisplaySession setShowSystemDecorations(boolean showSystemDecorations) { in setShowSystemDecorations() method in MultiDisplayTestBase.ExternalDisplaySession
694 .setShowSystemDecorations(mShowSystemDecorations) in createVirtualDisplay()
DMultiDisplayClientTests.java175 .setSimulateDisplay(true).setShowSystemDecorations(true).createDisplay(); in testDisplayIdUpdateWhenImeMove()