Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3897cba authored by Tony Wickham's avatar Tony Wickham
Browse files

Parallax all apps up slightly as you swipe up from overview

Change-Id: Ib587844ca8a5a61322902c5415eef19186062aa2
parent 5c7e6c25
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -89,9 +89,7 @@ public class AllAppsState extends LauncherState {

    @Override
    public float[] getOverviewScaleAndTranslationYFactor(Launcher launcher) {
        // Keep the same transition properties as overview, so that we don't move around when
        // transitioning to All Apps.
        return LauncherState.OVERVIEW.getOverviewScaleAndTranslationYFactor(launcher);
        return new float[] {1f, -0.2f};
    }

    @Override