OSDN Git Service

Made heads up persist through unlocks
authorSelim Cinek <cinek@google.com>
Thu, 20 Jun 2019 21:15:59 +0000 (14:15 -0700)
committerSelim Cinek <cinek@google.com>
Tue, 25 Jun 2019 21:58:54 +0000 (14:58 -0700)
commitd21232ee30fd8e8d308aa30f7e04391145f271d8
treedd8671bd484992c22264be4e20e36c9983973d15
parentb2c5dc522ae2c784ad1f413491e6893c53c34b52
Made heads up persist through unlocks

The heads up now persists through unlocking.

Bug: 130327302
Test: get Heads up on lockscreen, unlock with face
Change-Id: Ie61d5da33024418f1214e70c414bd643af176e71
packages/SystemUI/src/com/android/systemui/statusbar/PulseExpansionHandler.kt
packages/SystemUI/src/com/android/systemui/statusbar/phone/HeadsUpManagerPhone.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationGroupManager.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelBar.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java
packages/SystemUI/tests/src/com/android/systemui/statusbar/NotificationTestHelper.java
packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/HeadsUpManagerPhoneTest.java
packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/NotificationPanelViewTest.java