Loading quickstep/src/com/android/launcher3/uioverrides/states/AllAppsState.java +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
quickstep/src/com/android/launcher3/uioverrides/states/AllAppsState.java +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading