Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayAdapter.java609 boolean shouldShowSystemDecorations) { in OverlayFlags() argument
612 mShouldShowSystemDecorations = shouldShowSystemDecorations; in OverlayFlags()
625 boolean shouldShowSystemDecorations = false; in parseFlags()
634 shouldShowSystemDecorations = true; in parseFlags()
637 return new OverlayFlags(secure, ownContentOnly, shouldShowSystemDecorations); in parseFlags()