(Animator animation)
| 134 | } |
| 135 | |
| 136 | @Override |
| 137 | public void onAnimationEnd(Animator animation) { |
| 138 | // getHandle发消息通知动画状态更新 |
| 139 | mAnimatorHandler.sendEmptyMessage(0); |
| 140 | } |
| 141 | |
| 142 | @Override |
| 143 | public void onAnimationCancel(Animator animation) { |
nothing calls this directly
no outgoing calls
no test coverage detected