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:
Vinit Nayak
2023-01-17 14:48:36 -08:00
parent e8088da56e
commit b1c47227b1
4 changed files with 257 additions and 8 deletions

View File

@@ -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,