Tint task bar based on sampling of colors in the area

TODO: Add transition animation

Bug: 193938970
Test: manual
Change-Id: I0ffb94e0f11d47685a268ee8d057b6997f3a2ff6
This commit is contained in:
Tracy Zhou
2021-08-17 16:07:22 -07:00
parent 0ec3e647ba
commit 334cae420e
7 changed files with 128 additions and 6 deletions

View File

@@ -86,5 +86,6 @@ public class TaskbarControllers {
taskbarDragLayerController.onDestroy();
taskbarKeyguardController.onDestroy();
taskbarViewController.onDestroy();
stashedHandleViewController.onDestroy();
}
}