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

Commit 10d90e0f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Enable dimming for mid-range luminance wallpapeprs." into sc-dev am: 4bb78410

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14881020

Change-Id: Iccdfe458a7c87c9e48ea0c27a7bc56f0558c910a
parents 4932cd5f 4bb78410
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -157,7 +157,7 @@ public abstract class WallpaperService extends Service {
    private static final int NOTIFY_COLORS_RATE_LIMIT_MS = 1000;
    private static final int NOTIFY_COLORS_RATE_LIMIT_MS = 1000;


    private static final boolean ENABLE_WALLPAPER_DIMMING =
    private static final boolean ENABLE_WALLPAPER_DIMMING =
            SystemProperties.getBoolean("persist.debug.enable_wallpaper_dimming", false);
            SystemProperties.getBoolean("persist.debug.enable_wallpaper_dimming", true);


    private final ArrayList<Engine> mActiveEngines
    private final ArrayList<Engine> mActiveEngines
            = new ArrayList<Engine>();
            = new ArrayList<Engine>();