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

Commit 04a76ebc authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 13112829 from d2fbea88 to 25Q2-release

Change-Id: Id5d97087f93b85b63cac6b2c67290b8cc4ff97b8
parents d185f27e d2fbea88
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -129,6 +129,14 @@ flag {
    bug: "334125919"
}


flag {
    name: "use_preferred_image_editor"
    namespace: "systemui"
    description: "Prefer the editor in config_preferredScreenshotEditor if component is present/enabled on the system"
    bug: "391401141"
}

flag {
    name: "enable_lpp_squeeze_effect"
    namespace: "systemui"
+2 −2
Original line number Diff line number Diff line
@@ -24,11 +24,11 @@ import com.google.ux.material.libmonet.dynamiccolor.TonePolarity;

import java.util.function.Supplier;

class CustomDynamicColors {
public class CustomDynamicColors {
    private final MaterialDynamicColors mMdc;
    public final Supplier<DynamicColor>[] allColors;

    CustomDynamicColors(boolean isExtendedFidelity) {
    public CustomDynamicColors(boolean isExtendedFidelity) {
        this.mMdc = new MaterialDynamicColors(isExtendedFidelity);

        allColors = new Supplier[]{