summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/statusbar/AlphaOptimizedButton.java
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that launched Views implement LaunchableViewJordan Demeulenaere2023-01-301-1/+22
| | | | | | | | | | | | | | | This CL throws an exception when a GhostedViewLaunchAnimatorController, ActivityLaunchAnimator.Controller or DialogLaunchAnimator.Controller is created for a View that does not implement LaunchableView, which can lead to unexpected visibility bugs if the View visibility is changed during a launch animation. Bug: 243636422 Test: DialogLaunchAnimatorTest Test: ActivityLaunchAnimatorTest Test: GhostedViewLaunchAnimatorControllerTest Test: Launched all dialogs and activities animated by DialogLaunchAnimator and ActivityLaunchAnimator Change-Id: I1269089d3b1473e838d75b5b63659c2907493c0c
* Enable surfacing of notification childrenSelim Cinek2015-03-131-0/+48
Yo Dawg, I herd you like notifications, so I put a notification in your notification so you can be interrupted while you are being interrupted. Bug: 15869874 Bug: 15188947 Change-Id: I6c733d6f8e8a04f85036182f82d3e945c6feb5bc