mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Add DisplayCapability::DISPLAY_DECORATION"
This commit is contained in:
committed by
Android (Google) Code Review
commit
b9d017c22f
@@ -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