Merge "Adjust rubberband factor for notification stack overscroll" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
fcdc3d4355
@@ -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;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user