Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; /** Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; /** Loading