Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DVirtualDisplayHelper.java73 VirtualDisplayHelper setShowSystemDecorations(boolean showSystemDecorations) { in setShowSystemDecorations() argument
74 mShowSystemDecorations = showSystemDecorations; in setShowSystemDecorations()
DMultiDisplayTestBase.java297 VirtualDisplaySession setShowSystemDecorations(boolean showSystemDecorations) { in setShowSystemDecorations() argument
298 mShowSystemDecorations = showSystemDecorations; in setShowSystemDecorations()
667 ExternalDisplaySession setShowSystemDecorations(boolean showSystemDecorations) { in setShowSystemDecorations() argument
668 mShowSystemDecorations = showSystemDecorations; in setShowSystemDecorations()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DVirtualDisplayActivity.java195 final boolean showSystemDecorations = entry.extras.getBoolean(KEY_SHOW_SYSTEM_DECORATIONS); in surfaceCreated()
196 if (showSystemDecorations) { in surfaceCreated()