Android ObjectAnimator如何回到起点,动画执行过程中,停止动画,立马回到起点。
if (mAnimator != null) { mAnimator.cancel(); mAnimator.start(); mAnimator.pause(); }