Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelView.java +3 −0 Original line number Diff line number Diff line Loading @@ -616,6 +616,9 @@ public abstract class PanelView extends FrameLayout { boolean expandBecauseOfFalsing) { cancelPeek(); float target = expand ? getMaxPanelHeight() : 0.0f; if (!expand) { mClosing = true; } flingToHeight(vel, expand, target, collapseSpeedUpFactor, expandBecauseOfFalsing); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelView.java +3 −0 Original line number Diff line number Diff line Loading @@ -616,6 +616,9 @@ public abstract class PanelView extends FrameLayout { boolean expandBecauseOfFalsing) { cancelPeek(); float target = expand ? getMaxPanelHeight() : 0.0f; if (!expand) { mClosing = true; } flingToHeight(vel, expand, target, collapseSpeedUpFactor, expandBecauseOfFalsing); } Loading