Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 830a0b44 authored by Leon Scroggins III's avatar Leon Scroggins III
Browse files

Add DisplayCapability::DISPLAY_DECORATION

Bug: 193170859
Test: manual
Test: TODO (b/212697197)
Change-Id: I5e5efe671f0b3d724bafeff93e2d97007cb167ab
parent 2efab6cd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,4 +41,5 @@ enum DisplayCapability {
  PROTECTED_CONTENTS = 4,
  AUTO_LOW_LATENCY_MODE = 5,
  SUSPEND = 6,
  DISPLAY_DECORATION = 7,
}
+4 −0
Original line number Diff line number Diff line
@@ -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,
}