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

Commit de20c578 authored by John Reck's avatar John Reck
Browse files

Add force SmartDark dev setting

Bug: 118348733
Test: toggled it
Change-Id: I3fce6d399af79102c1c8bd583f8da27d5eadbeaa
parent b2eb6bd6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -172,6 +172,12 @@ public final class ThreadedRenderer extends HardwareRenderer {
     */
    public static final String DEBUG_FPS_DIVISOR = "debug.hwui.fps_divisor";

    /**
     * Forces smart-dark to be always on.
     * @hide
     */
    public static final String DEBUG_FORCE_DARK = "debug.hwui.force_dark";

    public static int EGL_CONTEXT_PRIORITY_HIGH_IMG = 0x3101;
    public static int EGL_CONTEXT_PRIORITY_MEDIUM_IMG = 0x3102;
    public static int EGL_CONTEXT_PRIORITY_LOW_IMG = 0x3103;