public class AppWindowAnimator extends Object
Constructor and Description |
---|
AppWindowAnimator(com.android.server.wm.AppWindowToken atoken) |
Modifier and Type | Method and Description |
---|---|
void |
clearAnimation() |
void |
clearThumbnail() |
boolean |
isAnimating() |
void |
setAnimation(Animation anim,
int width,
int height,
boolean skipFirstFrame,
int stackClip) |
void |
setDummyAnimation() |
public AppWindowAnimator(com.android.server.wm.AppWindowToken atoken)
public void setAnimation(Animation anim, int width, int height, boolean skipFirstFrame, int stackClip)
public void setDummyAnimation()
public void clearAnimation()
public boolean isAnimating()
public void clearThumbnail()