Searched defs:onAnimationRepeat (Results 1 – 3 of 3) sorted by relevance
48 public void onAnimationRepeat(@NonNull Animator animation) { in onAnimationRepeat() method in AnimatorListenerAdapter
583 void onAnimationRepeat(@NonNull Animator animation); in onAnimationRepeat() method
93 override fun onAnimationRepeat(animator: Animator) = onRepeat(animator) in onAnimationRepeat() method