Searched refs:onAnimationRepeat (Results 1 – 7 of 7) sorted by relevance
41 adapter.onAnimationRepeat(null); in testNullOk()
242 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in AnimatorTest.MyListener
164 verify(mockListener, timeout(400)).onAnimationRepeat(intAnimator); in testOfInt()198 verify(mockListener, timeout(400)).onAnimationRepeat(colorAnimator); in testOfObject()
576 verify(listener, never()).onAnimationRepeat(anim);585 verify(listener, times(2)).onAnimationRepeat(anim);598 verify(listener, atLeastOnce()).onAnimationRepeat(anim);
452 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in ChangeBoundsTest.ValidateBoundsListener
935 public void onAnimationRepeat(Animation animation) { in testGetLayoutAnimationListener()
1433 name: "onAnimationRepeat"