commit | cf29c0eddee223540400adc80cb33b7ea9ae3009 | [log] [tgz] |
---|---|---|
author | Zak Cohen <zakcohen@google.com> | Tue Jun 22 17:02:56 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 22 17:02:56 2021 +0000 |
tree | 711c7ee7f5af3d67130e02cb67f30cfae72d454f | |
parent | d0a9e535731877eec0f89af0fac8fbec5766d601 [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: I425bda5686cfa847275bd21d73085ef0b6f0debd
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);