summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/ExpandHelper.java
Commit message (Expand)AuthorAgeFilesLines
* Avoid reflection with ObjectAnimatorJared Duke2022-01-271-1/+16
* Add CUJ_NOTIFICATION_SHADE_ROW_EXPAND CUJMilton Wu2021-11-111-0/+10
* Decouple DividerView from SystemUIJerry Chang2020-09-011-1/+1
* Move ScrollAdapter internal to NSSL.Dave Mankoff2020-08-171-2/+2
* Support deep press on notifications.Philip Quinn2020-03-231-3/+12
* FlingAnimationUtils now takes DisplayMetrics, not Context.Dave Mankoff2019-12-181-1/+2
* Fixes import ordering.Gus Prevas2018-11-141-1/+1
* Organize notification classes in row/stackRohan Shah2018-07-181-2/+2
* Fixed an issue where a notification could stay userlockedSelim Cinek2017-07-031-2/+24
* Fixed a crash when expandingSelim Cinek2017-04-131-4/+15
* Fixed some notification leaksSelim Cinek2017-02-211-0/+2
* Follow up fixes for expandhelperSelim Cinek2017-01-171-1/+4
* Fixed a bug where notifications could stay expandedSelim Cinek2016-12-221-12/+24
* Children should have backgroundsMady Mellor2016-05-241-0/+3
* Fixed the animation when flinging over the bottom stackSelim Cinek2016-05-041-1/+2
* Fixed a bug where expanding by touch wasn't possibleSelim Cinek2016-04-191-4/+4
* Fixed a bug where the minHeight of groups was inaccurateSelim Cinek2016-04-051-1/+1
* Fixed the motion when expanding notification groupsSelim Cinek2016-03-111-3/+15
* Fixed a bug where the expandhelper was expanding to quicklySelim Cinek2016-03-111-2/+7
* Legacy custom views now get properly layed out againSelim Cinek2015-11-301-1/+1
* Allow expanding notification groups by dragging downSelim Cinek2015-10-301-15/+16
* Introduced the notification headerSelim Cinek2015-10-301-2/+2
* Do not expand notifications with expand gesture when disallowedJorim Jaggi2015-09-081-1/+3
* Fix vibration when expanding notificationsJorim Jaggi2015-06-101-24/+4
* Fixed a bug where a notification could not be collapsedSelim Cinek2015-04-151-2/+1
* More Heads Up bug fixesSelim Cinek2015-04-151-0/+5
* Enable surfacing of notification childrenSelim Cinek2015-03-131-4/+5
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* Fixed a crash in the Notification expandHelperSelim Cinek2014-10-311-0/+3
* Fix crash in ExpandHelperJorim Jaggi2014-07-291-2/+2
* Use finger velocity for ExpandHelperJorim Jaggi2014-07-261-6/+52
* Zen mode filtering should use new usage constants.John Spurlock2014-07-191-1/+7
* Fix not being able to dismiss notifications with tap.Jorim Jaggi2014-06-041-1/+1
* Changed the overscroll and expanding behaviour.Selim Cinek2014-06-041-69/+118
* Change interaction for dragging down to full shade.Jorim Jaggi2014-05-021-48/+11
* Refactored the layout of a notificationsJorim Jaggi2014-04-291-45/+30
* Flatten notification hiearchy and remove glow.Jorim Jaggi2014-04-281-64/+1
* Avoiding intermediate states in NotificationStackScrollerSelim Cinek2014-04-221-1/+8
* Enabled the new notification shade and improved expanding logicSelim Cinek2014-04-031-14/+2
* add a null check around scrollAdapter accessChris Wren2014-03-311-1/+2
* Improved expansion logic of NotificationStackScrollerSelim Cinek2014-03-281-5/+19
* Annotate framework vibrate calls with stream hints.John Spurlock2014-03-211-1/+2
* allow rich notifications in the heads up.Chris Wren2013-07-231-3/+2
* Remove trailing whitespace from system ui.John Spurlock2013-07-171-1/+1
* Organize the imports in systemui.John Spurlock2013-06-121-1/+1
* Migrate systemui Slog calls to LogJohn Spurlock2013-06-061-32/+32
* Reset ExpandHelper when the panel is collapsed.Daniel Sandler2012-10-231-27/+39
* resolve conflicting assumptions from the merge.Chris Wren2012-10-101-16/+32
* Port unmerged notification changes from jb-dev to jb-mr1-devDaniel Sandler2012-10-031-101/+139
* Don't allow the status bar to collapse things we're touching.Chris Wren2012-08-021-7/+14