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.java452 VirtualDisplaySession setShowSystemDecorations(boolean showSystemDecorations) { in setShowSystemDecorations() argument
453 mShowSystemDecorations = showSystemDecorations; in setShowSystemDecorations()
906 ExternalDisplaySession setShowSystemDecorations(boolean showSystemDecorations) { in setShowSystemDecorations() argument
907 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()