Merge "Revert "Update timings for the Home <> All Apps transition."" into tm-qpr-dev

This commit is contained in:
Luca Zuccarini
2022-12-28 14:03:58 +00:00
committed by Android (Google) Code Review
3 changed files with 20 additions and 34 deletions

View File

@@ -108,10 +108,7 @@ public class BaseDepthController {
float depth = mDepth;
IBinder windowToken = mLauncher.getRootView().getWindowToken();
if (windowToken != null) {
// The API's full zoom-out is three times larger than the zoom-out we apply to the
// icons. To keep the two consistent throughout the animation while keeping Launcher's
// concept of full depth unchanged, we divide the depth by 3 here.
mWallpaperManager.setWallpaperZoomOut(windowToken, depth / 3);
mWallpaperManager.setWallpaperZoomOut(windowToken, depth);
}
if (!BlurUtils.supportsBlursOnWindows()) {