(Animator animation)
| 129 | |
| 130 | mAnimatorListener = new Animator.AnimatorListener() { |
| 131 | @Override |
| 132 | public void onAnimationStart(Animator animation) { |
| 133 | |
| 134 | } |
| 135 | |
| 136 | @Override |
| 137 | public void onAnimationEnd(Animator animation) { |
nothing calls this directly
no outgoing calls
no test coverage detected