Merge "Polish taskbar un/stash animation." into tm-qpr-dev

This commit is contained in:
Jon Miranda
2023-03-09 03:33:39 +00:00
committed by Android (Google) Code Review
4 changed files with 92 additions and 60 deletions

View File

@@ -723,8 +723,8 @@ public class TaskbarStashController implements TaskbarControllers.LoggableTaskba
skipInterpolator = FINAL_FRAME;
}
}
play(as, mControllers.taskbarViewController
.createRevealAnimToIsStashed(isStashed), 0, duration, EMPHASIZED);
mControllers.taskbarViewController.addRevealAnimToIsStashed(as, isStashed, duration,
EMPHASIZED);
if (skipInterpolator != null) {
as.setInterpolator(skipInterpolator);