Searched defs:onAnimationCancel (Results 1 – 7 of 7) sorted by relevance
20 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in TestAnimatorListener
170 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in ShadowRenderNodeAnimatorTest.TestListener
15 override fun onAnimationCancel(animation: Animator) = onCancel?.invoke(animation) ?: Unit method in com.airbnb.lottie.samples.AnimatorListenerAdapter
175 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in ShadowRenderNodeAnimatorTest.TestListener
82 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in AnimatedViewPortJob
96 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in AnimatedZoomJob
47 public void onAnimationCancel(Animator animation) { in getAnimatorRecorder() method