summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/shade/NotificationPanelView.java
Commit message (Collapse)AuthorAgeFilesLines
* Delete PanelViewJustin Weir2022-08-301-11/+38
| | | | | | | | | | | Pushed all of PanelView's members down into NotificationPanelView and replaced all of PanelView's references using IntelliJ. Checked usage of everything and reduced visibility where possible, inlined constants used only once, and deleted dead code. Fixes: 242211739 Test: atest SystemUITests SystemUIGoogleTests Change-Id: I6e799cf791b63e8acf178df7e81d8a39de654e84
* Moving PanelViewController and PanelView to android.systemui.shade.Vania Januar2022-07-221-1/+0
| | | | | | | | | | | As PanelViewController seems very related to NotificationPanelViewController it might be better for them to live in the same package. Imports have been updated and the scoping has been expanded as necessary. This is a follow up from ag/19202451. Bug: 238333941 Test: atest SystemUITests Change-Id: Ief8ad6dc74056ab3292b94c191eea0e5d209996c
* Move most of the shade codebase into its own packageJustin Weir2022-07-181-0/+106
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