commit | a6dd5b49d7f0dd7cd2cce50e1e0149802bd00ad1 | [log] [tgz] |
---|---|---|
author | Zak Cohen <zakcohen@google.com> | Tue Jun 22 17:03:20 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 22 17:03:20 2021 +0000 |
tree | 60eee627737221b6704a0aea6408fda27a27fa88 | |
parent | f37285049a4ba9fb3fc5cf934967c8b5c2e8ef02 [diff] | |
parent | 049c2f578b32b0265c76215e12f25fcfc998bb56 [diff] |
Merge "Fade overview action buttons faster in overview -> home" into sc-dev am: 049c2f578b Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15054721 Change-Id: I680d45f36df17c08936a29b502c8e09765df3f72
diff --git a/quickstep/src/com/android/launcher3/uioverrides/states/QuickstepAtomicAnimationFactory.java b/quickstep/src/com/android/launcher3/uioverrides/states/QuickstepAtomicAnimationFactory.java index eb524a9..0e2fbbc 100644 --- a/quickstep/src/com/android/launcher3/uioverrides/states/QuickstepAtomicAnimationFactory.java +++ b/quickstep/src/com/android/launcher3/uioverrides/states/QuickstepAtomicAnimationFactory.java
@@ -86,7 +86,7 @@ StateAnimationConfig config) { RecentsView overview = mActivity.getOverviewPanel(); if (toState == NORMAL && fromState == OVERVIEW) { - config.setInterpolator(ANIM_OVERVIEW_ACTIONS_FADE, DEACCEL); + config.setInterpolator(ANIM_OVERVIEW_ACTIONS_FADE, clampToProgress(LINEAR, 0, 0.25f)); config.setInterpolator(ANIM_SCRIM_FADE, LINEAR); config.setInterpolator(ANIM_WORKSPACE_SCALE, DEACCEL); config.setInterpolator(ANIM_WORKSPACE_FADE, ACCEL);