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

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

Merge "Updated Stretch based on design feedback" into sc-dev

parents be76c405 d29d73d8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -130,11 +130,11 @@ public class EdgeEffect {
    public @interface EdgeEffectType {
    }

    private static final float LINEAR_STRETCH_INTENSITY = 0.03f;
    private static final float LINEAR_STRETCH_INTENSITY = 0.06f;

    private static final float EXP_STRETCH_INTENSITY = 0.02f;
    private static final float EXP_STRETCH_INTENSITY = 0.06f;

    private static final float SCROLL_DIST_AFFECTED_BY_EXP_STRETCH = 0.4f;
    private static final float SCROLL_DIST_AFFECTED_BY_EXP_STRETCH = 0.33f;

    @SuppressWarnings("UnusedDeclaration")
    private static final String TAG = "EdgeEffect";