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

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

Merge "Tone down foreground springs until they are properly tuned." into ub-launcher3-qt-dev

parents fd49ef78 a03f96ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -81,8 +81,8 @@ public class FloatingIconView extends View implements

    // We spring the foreground drawable relative to the icon's movement in the DragLayer.
    // We then use these two factor values to scale the movement of the fg within this view.
    private static final int FG_TRANS_X_FACTOR = 200;
    private static final int FG_TRANS_Y_FACTOR = 300;
    private static final int FG_TRANS_X_FACTOR = 80;
    private static final int FG_TRANS_Y_FACTOR = 100;

    private static final FloatPropertyCompat<FloatingIconView> mFgTransYProperty
            = new FloatPropertyCompat<FloatingIconView>("FloatingViewFgTransY") {