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

Commit dfff6e7b 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:...

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

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

Change-Id: I357862c94875110e53159945d15a9b15b8c4c1c4
parents 7e674c80 72adb9d0
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>();