Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelView.java +2 −0 Original line number Diff line number Diff line Loading @@ -720,6 +720,8 @@ public abstract class PanelView extends FrameLayout { abortAnimations(); if (mTracking) { onTrackingStopped(true /* expands */); // The panel is expanded after this call. } if (mExpanding) { notifyExpandingFinished(); } setVisibility(VISIBLE); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelView.java +2 −0 Original line number Diff line number Diff line Loading @@ -720,6 +720,8 @@ public abstract class PanelView extends FrameLayout { abortAnimations(); if (mTracking) { onTrackingStopped(true /* expands */); // The panel is expanded after this call. } if (mExpanding) { notifyExpandingFinished(); } setVisibility(VISIBLE); Loading