Initial changes to support blur

- Add a new controller to update the background blur on either the
  launcher or app surfaces based on state or transition

Bug: 149792636

Change-Id: I6103cd3d53a00c8025558dd49bb73137e2980014
This commit is contained in:
Winson Chung
2020-02-27 23:34:24 -08:00
parent f67ab6c64d
commit 8687bc2131
24 changed files with 540 additions and 64 deletions

View File

@@ -234,6 +234,7 @@ public abstract class BaseQuickstepLauncher extends Launcher
return new StateHandler[] {
getAllAppsController(),
getWorkspace(),
getBackgroundBlurController(),
new RecentsViewStateController(this),
new BackButtonAlphaHandler(this)};
}