Reland "Add eLayerIsDisplayDecoration flag"
The first time this topic landed, it resulted in b/212402133. We avoid
running into this bug with Ib11d46439db57b90486bad07dd90f2cf0822182a.
Original commit message:
When this flag is set on a BufferLayer, it should use
Composition.DISPLAY_DECORATION. The intent is that it will be set to
true once on a SurfaceControl for the ScreenDecorations, and it will
remain true, regardless of the currently used PixelFormat. When the
PixelFormat changes (e.g. from A8 to RGBA8888 to accommodate the privacy
dot), the HWC may change how it treats the layer.
Only respect the new flag if the caller has the INTERNAL_SYSTEM_WINDOW
permission.
Bug: 193170859
Test: manual
Change-Id: I92ed7c4fdf09a2133efda4172e2f61f4a198e51b
4 files changed