Make LauncherAnimationRunner compatible with RemoteAnimationRunner.

Nothing changes in its current usage and behavior, but instead of a
RemoteAnimationFactory we can now also pass a RemoteAnimationRunner.

Bug: 250588519
Test: manual
Change-Id: I51f5a95360401d5f17104519ef91a81aef60923f
This commit is contained in:
Luca Zuccarini
2022-12-16 10:12:17 +00:00
parent d9ca71b1d9
commit 3913716ece
3 changed files with 48 additions and 29 deletions

View File

@@ -1665,7 +1665,7 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
}
@Override
public void onCreateAnimation(int transit,
public void onAnimationStart(int transit,
RemoteAnimationTarget[] appTargets,
RemoteAnimationTarget[] wallpaperTargets,
RemoteAnimationTarget[] nonAppTargets,
@@ -1707,7 +1707,7 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
}
@Override
public void onCreateAnimation(int transit,
public void onAnimationStart(int transit,
RemoteAnimationTarget[] appTargets,
RemoteAnimationTarget[] wallpaperTargets,
RemoteAnimationTarget[] nonAppTargets,