mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 00:36:49 +00:00
Add unit tests for TaskbarKeyguardController
* Remove setting back button tint for SUW as that is now done in ag/20953768 Bug: 230027385 Change-Id: I2c157ed67487cab9ba721fa659973351780509bb
This commit is contained in:
@@ -73,6 +73,13 @@ public class TaskbarControllers {
|
||||
// Roundness property for round corner above taskbar .
|
||||
private final AnimatedFloat mCornerRoundness = new AnimatedFloat(this::updateCornerRoundness);
|
||||
|
||||
/**
|
||||
* Want to add a new controller? Don't forget to:
|
||||
* * Call init
|
||||
* * Call onDestroy
|
||||
* * Add to mControllersToLog
|
||||
* * Add tests by adding this controller to TaskbarBaseTestCase.kt and extending that class
|
||||
*/
|
||||
public TaskbarControllers(TaskbarActivityContext taskbarActivityContext,
|
||||
TaskbarDragController taskbarDragController,
|
||||
TaskbarNavButtonController navButtonController,
|
||||
|
||||
Reference in New Issue
Block a user