summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Johannes Gallmann <gallmann@google.com> 2023-01-05 11:18:04 +0100
committer Johannes Gallmann <gallmann@google.com> 2023-01-27 14:06:48 +0000
commit7dc3080c53f0fe70140deeb64db61616d54af4ac (patch)
tree5c7e4674b9657709ad4fe88a10e89b7f1be1766d
parente076cf2df65ce9b5ce5cd3e70248d3efb1acbfc6 (diff)
Adjust rubberband factor for notification stack overscroll
Bug: 174150220 Test: Manual, i.e. observing overscroll effect in notification shade. Change-Id: Ife69248e2b114f793b2a9423a9c6ed55cd49cb24
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java b/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java
index ca1e397f930a..97b0e24dac0b 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java
@@ -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;
/**