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

Commit 3014fce3 authored by Jon Miranda's avatar Jon Miranda Committed by Automerger Merge Worker
Browse files

Update app icon shadows. am: bc0798e0

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/16008768

Change-Id: I137939b3b61899a6e28b09a2ce11b5ed77e83843
parents afa5f3e0 bc0798e0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -35,14 +35,14 @@ public class ShadowGenerator {

    public static final boolean ENABLE_SHADOWS = true;

    public static final float BLUR_FACTOR = 1.5f/48;
    public static final float BLUR_FACTOR = 1.68f/48;

    // Percent of actual icon size
    public static final float KEY_SHADOW_DISTANCE = 1f/48;
    private static final int KEY_SHADOW_ALPHA = 10;
    private static final int KEY_SHADOW_ALPHA = 7;
    // Percent of actual icon size
    private static final float HALF_DISTANCE = 0.5f;
    private static final int AMBIENT_SHADOW_ALPHA = 7;
    private static final int AMBIENT_SHADOW_ALPHA = 25;

    private final int mIconSize;

+1 −1
Original line number Diff line number Diff line
@@ -534,7 +534,7 @@ public abstract class BaseIconCache {
     * Cache class to store the actual entries on disk
     */
    public static final class IconDB extends SQLiteCacheHelper {
        private static final int RELEASE_VERSION = 31;
        private static final int RELEASE_VERSION = 32;

        public static final String TABLE_NAME = "icons";
        public static final String COLUMN_ROWID = "rowid";