Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1937,6 +1937,7 @@ public class StatusBar extends SystemUI implements DemoMode, if (start) { if (start) { mNotificationPanel.startWaitingForOpenPanelGesture(); mNotificationPanel.startWaitingForOpenPanelGesture(); setPanelExpanded(true); } else { } else { mNotificationPanel.stopWaitingForOpenPanelGesture(velocity); mNotificationPanel.stopWaitingForOpenPanelGesture(velocity); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1937,6 +1937,7 @@ public class StatusBar extends SystemUI implements DemoMode, if (start) { if (start) { mNotificationPanel.startWaitingForOpenPanelGesture(); mNotificationPanel.startWaitingForOpenPanelGesture(); setPanelExpanded(true); } else { } else { mNotificationPanel.stopWaitingForOpenPanelGesture(velocity); mNotificationPanel.stopWaitingForOpenPanelGesture(velocity); } } Loading