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

Commit b9d017c2 authored by Leon Scroggins's avatar Leon Scroggins Committed by Android (Google) Code Review
Browse files

Merge "Add DisplayCapability::DISPLAY_DECORATION"

parents b47a1205 830a0b44
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,
}