| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
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
|