Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1140,6 +1140,7 @@ public class NotificationPanelViewController extends PanelViewController { if (isFullyCollapsed()) { if (isFullyCollapsed()) { expand(true /* animate */); expand(true /* animate */); } else { } else { traceQsJank(true /* startTracing */, false /* wasCancelled */); flingSettings(0 /* velocity */, FLING_EXPAND); flingSettings(0 /* velocity */, FLING_EXPAND); } } } } Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelViewController.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -862,6 +862,8 @@ public abstract class PanelViewController { mView.getViewTreeObserver().removeOnGlobalLayoutListener(this); mView.getViewTreeObserver().removeOnGlobalLayoutListener(this); if (mAnimateAfterExpanding) { if (mAnimateAfterExpanding) { notifyExpandingStarted(); notifyExpandingStarted(); InteractionJankMonitor.getInstance().begin( CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE); fling(0, true /* expand */); fling(0, true /* expand */); } else { } else { setExpandedFraction(1f); setExpandedFraction(1f); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1140,6 +1140,7 @@ public class NotificationPanelViewController extends PanelViewController { if (isFullyCollapsed()) { if (isFullyCollapsed()) { expand(true /* animate */); expand(true /* animate */); } else { } else { traceQsJank(true /* startTracing */, false /* wasCancelled */); flingSettings(0 /* velocity */, FLING_EXPAND); flingSettings(0 /* velocity */, FLING_EXPAND); } } } } Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelViewController.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -862,6 +862,8 @@ public abstract class PanelViewController { mView.getViewTreeObserver().removeOnGlobalLayoutListener(this); mView.getViewTreeObserver().removeOnGlobalLayoutListener(this); if (mAnimateAfterExpanding) { if (mAnimateAfterExpanding) { notifyExpandingStarted(); notifyExpandingStarted(); InteractionJankMonitor.getInstance().begin( CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE); fling(0, true /* expand */); fling(0, true /* expand */); } else { } else { setExpandedFraction(1f); setExpandedFraction(1f); Loading