Add DisplayCapability::DISPLAY_DECORATION

Bug: 193170859
Test: manual
Test: TODO (b/212697197)
Change-Id: I5e5efe671f0b3d724bafeff93e2d97007cb167ab
This commit is contained in:
Leon Scroggins III
2021-12-29 11:44:52 -05:00
parent 2efab6cd3c
commit 830a0b445e
2 changed files with 5 additions and 0 deletions

View File

@@ -41,4 +41,5 @@ enum DisplayCapability {
PROTECTED_CONTENTS = 4,
AUTO_LOW_LATENCY_MODE = 5,
SUSPEND = 6,
DISPLAY_DECORATION = 7,
}

View File

@@ -75,4 +75,8 @@ enum DisplayCapability {
* PowerMode.ON_SUSPEND and PowerMode.DOZE_SUSPEND must be supported.
*/
SUSPEND = 6,
/**
* Indicates that the display supports Composition.DISPLAY_DECORATION.
*/
DISPLAY_DECORATION = 7,
}