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

Commit 40550711 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13964215

Change-Id: I83bcf20c6a80277e0f2a324367d3aeea461bed94
parents af354d74 fa1cb658
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";