diff options
| author | 2023-02-01 11:10:43 +0000 | |
|---|---|---|
| committer | 2023-02-01 11:10:43 +0000 | |
| commit | fcdc3d4355e47ca7f8aea24c04a4cca3e594a959 (patch) | |
| tree | cedcaf71977e3dcde3a1ecee15760364565ea084 | |
| parent | fb0cfb233f1600f97d6c8aaa58e73482c3bbca88 (diff) | |
| parent | 7dc3080c53f0fe70140deeb64db61616d54af4ac (diff) | |
Merge "Adjust rubberband factor for notification stack overscroll" into tm-qpr-dev
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java | 2 |
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 aab36da66bdf..1fb7eb5106e6 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; /** |