Merge "Adjust rubberband factor for notification stack overscroll" into tm-qpr-dev

This commit is contained in:
Johannes Gallmann
2023-02-01 11:10:43 +00:00
committed by Android (Google) Code Review

View File

@@ -147,7 +147,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable
private boolean mShadeNeedsToClose = false;
@VisibleForTesting
static final float RUBBER_BAND_FACTOR_NORMAL = 0.35f;
static final float RUBBER_BAND_FACTOR_NORMAL = 0.1f;
private static final float RUBBER_BAND_FACTOR_AFTER_EXPAND = 0.15f;
private static final float RUBBER_BAND_FACTOR_ON_PANEL_EXPAND = 0.21f;
/**