summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/shade/NotificationsQuickSettingsContainer.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove Dependency#get from fragments package.Dave Mankoff2023-01-251-13/+0
| | | | | | | | | A call to Dependency#get had to be added to RadioListPreference, and will have to be refactored later. Fixes: 218350940 Test: manually built. Change-Id: Ia30ed1ede10e03a44640561329ad7679a7f3218a
* Clean up most Shade package warningsJustin Weir2022-08-021-4/+2
| | | | | | Bug: 240554750 Test: atest SystemUITests SystemUIGoogleTests Change-Id: I91c3104acb76e140136aaf07d4fa3d230b45e527
* Move most of the shade codebase into its own packageJustin Weir2022-07-181-0/+190
Creates the package outside the 'phone' directory, since the shade is not just on phones anymore and moves most of the shade code to it. Moves the shade.transition package to it. Moves all related tests. Expands a small amount of method scoping as necessary. Updates, adds, and organizes imports as needed Test: atest SystemUITests SystemUIGoogleTests Fixes: 238333941 Change-Id: I721d35d4adb637f06501e92efe2d37421a3e84e5