Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java +6 −0 Original line number Diff line number Diff line Loading @@ -1779,8 +1779,14 @@ public class NotificationPanelViewController extends PanelViewController { setQsExpansion((Float) animation.getAnimatedValue()); }); animator.addListener(new AnimatorListenerAdapter() { @Override public void onAnimationStart(Animator animation) { notifyExpandingStarted(); } @Override public void onAnimationEnd(Animator animation) { notifyExpandingFinished(); mNotificationStackScroller.resetCheckSnoozeLeavebehind(); mQsExpansionAnimator = null; if (onFinishRunnable != null) { Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelViewController.java +1 −1 Original line number Diff line number Diff line Loading @@ -157,7 +157,7 @@ public abstract class PanelViewController { protected void onExpandingStarted() { } private void notifyExpandingStarted() { protected void notifyExpandingStarted() { if (!mExpanding) { mExpanding = true; onExpandingStarted(); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java +6 −0 Original line number Diff line number Diff line Loading @@ -1779,8 +1779,14 @@ public class NotificationPanelViewController extends PanelViewController { setQsExpansion((Float) animation.getAnimatedValue()); }); animator.addListener(new AnimatorListenerAdapter() { @Override public void onAnimationStart(Animator animation) { notifyExpandingStarted(); } @Override public void onAnimationEnd(Animator animation) { notifyExpandingFinished(); mNotificationStackScroller.resetCheckSnoozeLeavebehind(); mQsExpansionAnimator = null; if (onFinishRunnable != null) { Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelViewController.java +1 −1 Original line number Diff line number Diff line Loading @@ -157,7 +157,7 @@ public abstract class PanelViewController { protected void onExpandingStarted() { } private void notifyExpandingStarted() { protected void notifyExpandingStarted() { if (!mExpanding) { mExpanding = true; onExpandingStarted(); Loading