mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user