summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/notification/Interpolators.java
Commit message (Collapse)AuthorAgeFilesLines
* Add and update some comments badging/notifications.Tony Wickham2017-01-261-1/+3
| | | | Change-Id: Iab4e837c9be01cbd7764c8920e36c6d8159e16dd
* Add swipe-to-dismiss notifications in popup menu.Tony Wickham2017-01-251-0/+35
- Next secondary icon animates up to replace dismissed main notification - Add padding around main notification so it always aligns with the straight edges of the view (not the rounded corners); looks more dismissable - Notification view collapses as notifications are dismissed - To mimic system notification behavior, we copy SwipeHelper, FlingAnimationUtils, and Interpolators. We also apply elevation to notifications and reveal a darker color beneath when dismissing. Bug: 32410600 Change-Id: I9fbf10e73bb4996f17ef061c856efb013967d972