Merge "Adjust all apps zoom level" into sc-v2-dev am: 830b12efad am: 0766953697

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15506188

Change-Id: Id182848158e9e3aa1d7c28cbbe960b60be7a03d1
This commit is contained in:
Lucas Dupin
2021-08-10 15:45:46 +00:00
committed by Automerger Merge Worker
@@ -70,7 +70,9 @@ public class AllAppsState extends LauncherState {
@Override
protected float getDepthUnchecked(Context context) {
return 1f;
// The scrim fades in at approximately 50% of the swipe gesture.
// This means that the depth should be greater than 1, in order to fully zoom out.
return 2f;
}
@Override