public static interface BoundsAnimationController.AnimateBoundsUser
Modifier and Type | Method and Description |
---|---|
void |
getFullScreenBounds(Rect bounds) |
void |
moveToFullscreen() |
void |
onAnimationEnd()
Callback for the target to inform it that the animation has ended, so it can do some
necessary cleanup.
|
void |
onAnimationStart() |
boolean |
setPinnedStackSize(Rect bounds,
Rect taskBounds)
Behaves as setSize, but freezes the bounds of any tasks in the target at taskBounds,
to allow for more flexibility during resizing.
|
boolean |
setSize(Rect bounds)
Asks the target to directly (without any intermediate steps, like scheduling animation)
resize its bounds.
|
boolean setSize(Rect bounds)
boolean setPinnedStackSize(Rect bounds, Rect taskBounds)
void onAnimationStart()
void onAnimationEnd()
void moveToFullscreen()
void getFullScreenBounds(Rect bounds)