Merge "Fade overview action buttons faster in overview -> home" into sc-dev

This commit is contained in:
Zak Cohen
2021-06-22 16:53:52 +00:00
committed by Android (Google) Code Review

View File

@@ -86,7 +86,7 @@ public class QuickstepAtomicAnimationFactory extends
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);