Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelView.java +1 −1 Original line number Diff line number Diff line Loading @@ -611,7 +611,7 @@ public abstract class PanelView extends FrameLayout { } } public synchronized void setExpandedHeightInternal(float h) { public void setExpandedHeightInternal(float h) { float fhWithoutOverExpansion = getMaxPanelHeight() - getOverExpansionAmount(); if (mHeightAnimator == null) { float overExpansionPixels = Math.max(0, h - fhWithoutOverExpansion); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelView.java +1 −1 Original line number Diff line number Diff line Loading @@ -611,7 +611,7 @@ public abstract class PanelView extends FrameLayout { } } public synchronized void setExpandedHeightInternal(float h) { public void setExpandedHeightInternal(float h) { float fhWithoutOverExpansion = getMaxPanelHeight() - getOverExpansionAmount(); if (mHeightAnimator == null) { float overExpansionPixels = Math.max(0, h - fhWithoutOverExpansion); Loading