Make windows transform into icons quicker for certain devices.

Bug: 240671690
Test: manual
Change-Id: Ie36a68c1e92443ca453778df6b8f7549d6e1f7e1
This commit is contained in:
Jon Miranda
2022-08-05 15:43:48 -07:00
parent 67fe05beaf
commit da8c0f9926
5 changed files with 13 additions and 5 deletions

View File

@@ -1433,7 +1433,7 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
animation.addListener(new AnimatorListenerAdapter() {
@Override
public void onAnimationStart(Animator animation) {
anim.start(mLauncher, velocityPxPerS);
anim.start(mLauncher, mDeviceProfile, velocityPxPerS);
}
});
return anim;