Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +1 −0 Original line number Diff line number Diff line Loading @@ -4474,6 +4474,7 @@ public class NotificationStackScrollLayout } void goToFullShade(long delay) { SceneContainerFlag.assertInLegacyMode(); mGoToFullShadeNeedsAnimation = true; mGoToFullShadeDelay = delay; mNeedsAnimation = true; Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java +1 −0 Original line number Diff line number Diff line Loading @@ -1177,6 +1177,7 @@ public class NotificationStackScrollLayoutController implements Dumpable { } public void goToFullShade(long delay) { SceneContainerFlag.assertInLegacyMode(); mView.goToFullShade(delay); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +1 −0 Original line number Diff line number Diff line Loading @@ -4474,6 +4474,7 @@ public class NotificationStackScrollLayout } void goToFullShade(long delay) { SceneContainerFlag.assertInLegacyMode(); mGoToFullShadeNeedsAnimation = true; mGoToFullShadeDelay = delay; mNeedsAnimation = true; Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java +1 −0 Original line number Diff line number Diff line Loading @@ -1177,6 +1177,7 @@ public class NotificationStackScrollLayoutController implements Dumpable { } public void goToFullShade(long delay) { SceneContainerFlag.assertInLegacyMode(); mView.goToFullShade(delay); } Loading