PlayAnimationThreadpublic class PlayAnimationThread extends android.animation.AnimationThread
Fields Summary |
---|
private final android.animation.Animator | mAnimator |
Methods Summary |
---|
public void | postAnimation()
// nothing to be done.
| public com.android.ide.common.rendering.api.Result | preAnimation()
// start the animation. This will send a message to the handler right away, so
// the queue is filled when this method returns.
mAnimator.start();
return Status.SUCCESS.createResult();
|
|