Merge "Reduce the spring effect on All Apps" into sc-dev am: 64afdab77c

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14170491

Change-Id: Ia87acb904dfd66a2f36e92646fabdbc26ac15a94
This commit is contained in:
Hyunyoung Song
2021-04-14 06:36:05 +00:00
committed by Automerger Merge Worker
@@ -75,9 +75,9 @@ import com.android.launcher3.workprofile.PersonalWorkSlidingTabStrip.OnActivePag
public class AllAppsContainerView extends SpringRelativeLayout implements DragSource,
Insettable, OnDeviceProfileChangeListener, OnActivePageChangedListener {
private static final float FLING_VELOCITY_MULTIPLIER = 1000 * .8f;
private static final float FLING_VELOCITY_MULTIPLIER = 1000 * .2f;
// Starts the springs after at least 55% of the animation has passed.
private static final float FLING_ANIMATION_THRESHOLD = 0.55f;
private static final float FLING_ANIMATION_THRESHOLD = 0.25f;
protected final BaseDraggingActivity mLauncher;
protected final AdapterHolder[] mAH;