Merge "Add DisplayCapability::DISPLAY_DECORATION"

This commit is contained in:
Leon Scroggins
2022-01-07 17:11:47 +00:00
committed by Android (Google) Code Review
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,
}