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

Commit 3ab8e6f6 authored by Luca Zuccarini's avatar Luca Zuccarini Committed by Automerger Merge Worker
Browse files

Merge "Update the workspace and background scale interpolators." into tm-dev...

Merge "Update the workspace and background scale interpolators." into tm-dev am: a6c36eb4 am: 0c1e5aad

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



Change-Id: Iccd8da4126b1b7a22c50dba62d58cd8b41f5e266
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ac38bd7c 0c1e5aad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -65,13 +65,13 @@ public class AllAppsSwipeController extends AbstractStateChangeTouchController {
    public static final Interpolator BLUR =
            Interpolators.clampToProgress(
                    Interpolators.mapToProgress(
                            EMPHASIZED_DECELERATE, 0f, ALL_APPS_FULL_DEPTH_PROGRESS),
                            LINEAR, 0f, ALL_APPS_FULL_DEPTH_PROGRESS),
                    WORKSPACE_MOTION_START, ALL_APPS_STATE_TRANSITION);
    public static final Interpolator WORKSPACE_FADE =
            Interpolators.clampToProgress(FINAL_FRAME, 0f, ALL_APPS_STATE_TRANSITION);
    public static final Interpolator WORKSPACE_SCALE =
            Interpolators.clampToProgress(
                    EMPHASIZED_DECELERATE, WORKSPACE_MOTION_START, ALL_APPS_STATE_TRANSITION);
                    EMPHASIZED_ACCELERATE, WORKSPACE_MOTION_START, ALL_APPS_STATE_TRANSITION);
    public static final Interpolator HOTSEAT_FADE = WORKSPACE_FADE;
    public static final Interpolator HOTSEAT_SCALE = HOTSEAT_FADE;
    public static final Interpolator HOTSEAT_TRANSLATE =