Add all apps education bounce animation

- Update existing arrow bounce animation to repeat 3 times,
  and play it when swiping up from nav bar on first home
  screen as well as when tapping the arrow.

Bug: 151768994
Change-Id: Ib120764fdeab6cd932018b6fed8b1093dda20641
This commit is contained in:
Tony Wickham
2020-04-01 17:03:58 -07:00
parent 5edf9e2923
commit 490a8ab7c7
6 changed files with 97 additions and 47 deletions

View File

@@ -212,9 +212,9 @@ public class AllAppsTransitionController implements StateHandler, OnDeviceProfil
return AnimationSuccessListener.forRunnable(this::onProgressAnimationEnd);
}
public void setupViews(AllAppsContainerView appsView) {
public void setupViews(AllAppsContainerView appsView, ScrimView scrimView) {
mAppsView = appsView;
mScrimView = mLauncher.findViewById(R.id.scrim_view);
mScrimView = scrimView;
}
/**