public static interface TaskStackAnimationHelper.Callbacks
Modifier and Type | Method and Description |
---|---|
void |
onPrepareLaunchTargetForEnterAnimation()
Callback to prepare for the start animation for the launch target
TaskView . |
void |
onStartFrontTaskEnterAnimation(boolean screenPinningEnabled)
Callback to start the animation for the front
TaskView if there is no launch
target. |
void |
onStartLaunchTargetEnterAnimation(TaskViewTransform transform,
int duration,
boolean screenPinningEnabled,
ReferenceCountedTrigger postAnimationTrigger)
Callback to start the animation for the launch target
TaskView . |
void |
onStartLaunchTargetLaunchAnimation(int duration,
boolean screenPinningRequested,
ReferenceCountedTrigger postAnimationTrigger)
Callback to start the animation for the launch target
TaskView when it is
launched from Recents. |
void onPrepareLaunchTargetForEnterAnimation()
TaskView
.void onStartLaunchTargetEnterAnimation(TaskViewTransform transform, int duration, boolean screenPinningEnabled, ReferenceCountedTrigger postAnimationTrigger)
TaskView
.void onStartLaunchTargetLaunchAnimation(int duration, boolean screenPinningRequested, ReferenceCountedTrigger postAnimationTrigger)
TaskView
when it is
launched from Recents.void onStartFrontTaskEnterAnimation(boolean screenPinningEnabled)
TaskView
if there is no launch
target.