summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/qs/QSScrollLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixes import ordering.Gus Prevas2018-11-141-1/+2
| | | | | Test: n/a Change-Id: I432e11b52deb7974e50f62076af3b7aa07e364b6
* Migrated SystemUI & SettingsLib to androidxAurimas Liutikas2018-04-201-1/+1
| | | | | | Test: make SystemUI SettingsLib Bug:76692459 Change-Id: I248fdf4042a0a97bc6349091da21c936c2d37c95
* Fix bad rebase in ag/3577127.Amin Shaikh2018-02-081-4/+4
| | | | | | | | | Don't consume touch events in QSScrollLayout if the view cannot be scrolled in either direction. Bug: 70799330 Test: visual Change-Id: I3779e9a07724132c609182b60a6748c359f5fe3b
* Add overscroll support for QS.Amin Shaikh2018-02-071-3/+100
| | | | | | | | | Add SwipeDetector and OverScroll from Launcher3 to QS to acheive the same overscroll behavior. Bug: 70799330 Test: visual Change-Id: I3b83ba4e45bd090bfe5866b3320a1cbd83fce6e0
* Merge "Ignore QS touches if scrolling is not possible."TreeHugger Robot2018-02-061-0/+17
|\
| * Ignore QS touches if scrolling is not possible.Amin Shaikh2018-02-021-0/+17
| | | | | | | | | | | | Bug: 70799330 Test: manually scrolling up and down on QS Change-Id: I932386898ab6259c7f726fcbb5935e8e3b1e1d0a
* | Make QS footer 90% transparent.Amin Shaikh2018-02-051-5/+6
|/ | | | | | Bug: 70799330 Test: visual Change-Id: I08cca7fdfcfd7ffa71b1fcd32480f0c30da09377
* Add QS scrolling supportJason Monk2018-01-241-0/+83
The brightness slider and tile layout are now a scrollview and can handle nested scrolling between the views. There is some black magic which manages the touches to allow a scroll up to continue into a collapse gesture. TODO: need to add edge effect colors to theme Test: visual Bug: 70799330 Change-Id: Ief0c1480f001cae62175c8ac4f3784daaa0ed2b8