mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
Merge "Revert "Update timings for the Home <> All Apps transition."" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2da05f367d
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user