Home
last modified time | relevance | path

Searched defs:onAnimationRepeat (Results 1 – 3 of 3) sorted by relevance

/core/core-animation/src/main/java/androidx/core/animation/
DAnimatorListenerAdapter.java48 public void onAnimationRepeat(@NonNull Animator animation) { in onAnimationRepeat() method in AnimatorListenerAdapter
DAnimator.java583 void onAnimationRepeat(@NonNull Animator animation); in onAnimationRepeat() method
/core/core-ktx/src/main/java/androidx/core/animation/
DAnimator.kt93 override fun onAnimationRepeat(animator: Animator) = onRepeat(animator) in onAnimationRepeat() method