Add wallpaper zoom to areas that have blur

Whenever blurring, the wallpaper should also zoom out. This is the
mental model of our Depth System.

Test: manual
Bug: 149792636
Change-Id: I1783eb87fefeb6f917f0ba64f2c6ec8f1f2004fa
This commit is contained in:
Lucas Dupin
2020-03-17 17:11:32 -07:00
parent bc2424d726
commit 4918ed38d2
20 changed files with 141 additions and 146 deletions

View File

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