summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableOutlineView.java
Commit message (Expand)AuthorAgeFilesLines
* Fix weird shelf truncation when only media can show.Jeff DeCew2023-02-101-10/+20
* Do not reset roundness on ExpandableOutlineView.initDimens()omarmt2022-12-151-1/+5
* Define clear ownership for roundness SourceTypeomarmt2022-12-051-9/+9
* Improve readability of ExpandableOutlineView.getClipPath()omarmt2022-11-221-8/+8
* Add support for rounded notification in groupsomarmt2022-10-241-113/+52
* When swiping notifications it doesn't clip early anymoreSelim Cinek2021-06-161-8/+28
* Modified the way the notifications clip to the boundarySelim Cinek2021-06-161-41/+1
* Tuned the heads up animations moreSelim Cinek2021-06-071-2/+20
* Revert "Swipe notification to edge of screen"Jordan Demeulenaere2021-03-291-31/+6
* Swipe notification to edge of screenLyn Han2021-03-221-6/+31
* Animate notification corner radius when it is expanding.Jordan Demeulenaere2021-03-101-10/+11
* Round notif corners on swipeLyn Han2020-12-111-1/+2
* Update non-sandwiched notification corner radiusLyn Han2020-11-091-2/+1
* Changed rounded rect paths from paths to rounded rectsSelim Cinek2020-06-251-30/+13
* Made sure that the media section has no backgroundSelim Cinek2020-05-261-8/+2
* Replace Outline#setConvexPath with Outline#setPathLeon Scroggins III2020-01-311-1/+1
* Deprecate Path#isConvexLeon Scroggins III2020-01-231-3/+1
* Fixed another issue where the group was wrongly clippedSelim Cinek2018-12-051-4/+4
* Fixed the inline launch animation for notification groupsSelim Cinek2018-11-291-3/+7
* Organize notification classes in row/stackRohan Shah2018-07-181-0/+432