HomeSort by relevance Sort by last modified time
    Searched refs:mShowSystemDecorations (Results 1 - 2 of 2) sorted by null

  /cts/tests/framework/base/windowmanager/src/android/server/wm/
VirtualDisplayHelper.java 47 private boolean mShowSystemDecorations = false;
74 mShowSystemDecorations = showSystemDecorations;
131 if (mShowSystemDecorations) {
138 + ", showSystemDecorations=" + mShowSystemDecorations);
MultiDisplayTestBase.java 261 private boolean mShowSystemDecorations = false;
298 mShowSystemDecorations = showSystemDecorations;
369 if (mShowSystemDecorations) {
430 .append(mShowSystemDecorations)
650 private boolean mShowSystemDecorations = false;
668 mShowSystemDecorations = showSystemDecorations;
683 .setShowSystemDecorations(mShowSystemDecorations)

Completed in 96 milliseconds