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

Commit 31c0022c authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Make pattern fade slower

We went a little too far...

Bug: 74259090
Test: visual
Change-Id: Icdc05a445ecf79689b47bde829bc02164469f370
parent b5defbc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ public class LockPatternView extends View {
    private static final int ASPECT_LOCK_HEIGHT = 2; // Fixed height; width will be minimum of (w,h)

    private static final boolean PROFILE_DRAWING = false;
    private static final float LINE_FADE_ALPHA_MULTIPLIER = 3.5f;
    private static final float LINE_FADE_ALPHA_MULTIPLIER = 1.5f;
    private final CellState[][] mCellStates;

    private final int mDotSize;