mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Add DisplayCapability::DISPLAY_DECORATION
Bug: 193170859 Test: manual Test: TODO (b/212697197) Change-Id: I5e5efe671f0b3d724bafeff93e2d97007cb167ab
This commit is contained in:
@@ -41,4 +41,5 @@ enum DisplayCapability {
|
||||
PROTECTED_CONTENTS = 4,
|
||||
AUTO_LOW_LATENCY_MODE = 5,
|
||||
SUSPEND = 6,
|
||||
DISPLAY_DECORATION = 7,
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user