Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayAdapter.java359 if (mFlags.mShouldShowSystemDecorations) { in getDisplayDeviceInfoLocked()
604 final boolean mShouldShowSystemDecorations; field in OverlayDisplayAdapter.OverlayFlags
612 mShouldShowSystemDecorations = shouldShowSystemDecorations; in OverlayFlags()
645 .append(", shouldShowSystemDecorations=").append(mShouldShowSystemDecorations) in toString()