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

Commit 8f126e98 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make pattern fade slower"

parents 357797e3 31c0022c
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;