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

Commit 27600ff5 authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Add force SmartDark dev setting"

parents e941988f de20c578
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;