Merge changes Ib2bc8419,Ia41cb0e3,I43bfbc41 into sc-v2-dev

* changes:
  Animate PredictedAppIcon when its icon changes
  Add "wave" animation when entering taskbar edu
  Add slot machine animation for PredictedAppIcon
This commit is contained in:
Android Build Prod User
2021-08-26 21:48:07 +00:00
committed by Android (Google) Code Review
11 changed files with 359 additions and 11 deletions

View File

@@ -121,6 +121,10 @@ public class TaskbarViewController {
return mTaskbarView.getIconLayoutBounds();
}
public View[] getIconViews() {
return mTaskbarView.getIconViews();
}
public AnimatedFloat getTaskbarIconScaleForStash() {
return mTaskbarIconScaleForStash;
}