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.java69 VirtualDisplayHelper setShowSystemDecorations(boolean showSystemDecorations) { in setShowSystemDecorations() argument
70 mShowSystemDecorations = showSystemDecorations; in setShowSystemDecorations()
DMultiDisplayTestBase.java450 VirtualDisplaySession setShowSystemDecorations(boolean showSystemDecorations) { in setShowSystemDecorations() argument
451 mShowSystemDecorations = showSystemDecorations; in setShowSystemDecorations()
925 ExternalDisplaySession setShowSystemDecorations(boolean showSystemDecorations) { in setShowSystemDecorations() argument
926 mShowSystemDecorations = showSystemDecorations; in setShowSystemDecorations()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DVirtualDisplayActivity.java194 final boolean showSystemDecorations = entry.extras.getBoolean(KEY_SHOW_SYSTEM_DECORATIONS); in surfaceCreated()
195 if (showSystemDecorations) { in surfaceCreated()