OSDN Git Service

Collapsing the heads up when showing the bouncer
authorSelim Cinek <cinek@google.com>
Tue, 23 Jul 2019 20:12:55 +0000 (13:12 -0700)
committerSelim Cinek <cinek@google.com>
Wed, 24 Jul 2019 01:57:26 +0000 (18:57 -0700)
commita678b0ee1f89c1f95d35bef5d83fc8856f6230d7
tree89cac5c45baa9838f6af0f58b436c9bc55f17322
parent2738aa3f79041f8be9183dcc35c9e0220f6829d8
Collapsing the heads up when showing the bouncer

Previously we were keep showing heads up and music
notifications when the shade was fully collapsed.
We're now collapsing them as soon as you start
collapsing the panel.

Fixes: 136882221
Change-Id: I85783e8504b27110e16a0f15d2289d743ef0c3ea
packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationWakeUpCoordinator.kt
packages/SystemUI/src/com/android/systemui/statusbar/phone/LockIcon.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelExpansionListener.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelView.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java