Searched refs:onAnimationRepeat (Results 1 – 9 of 9) sorted by relevance
41 adapter.onAnimationRepeat(null); in testNullOk()
264 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in AnimatorTest.MyListener
185 verify(mockListener, timeout(2000)).onAnimationRepeat(intAnimator); in testOfInt()220 verify(mockListener, timeout(8000)).onAnimationRepeat(colorAnimator); in testOfObject()
1553 public void onAnimationRepeat(@NonNull Animator animation) { in onAnimationRepeat() method in AnimatorSetTest.AnimationCountListener
586 verify(listener, never()).onAnimationRepeat(anim);595 verify(listener, times(2)).onAnimationRepeat(anim);608 verify(listener, atLeastOnce()).onAnimationRepeat(anim);
452 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in ChangeBoundsTest.ValidateBoundsListener
947 public void onAnimationRepeat(Animation animation) { in testGetLayoutAnimationListener()
1433 name: "onAnimationRepeat"
3958 method public void onAnimationRepeat(@NonNull android.animation.Animator);3979 method public void onAnimationRepeat(android.animation.Animator);55441 method public void onAnimationRepeat(android.view.animation.Animation);