Home
last modified time | relevance | path

Searched refs:onAnimationEnd (Results 1 – 17 of 17) sorted by relevance

/cts/tests/tests/animation/src/android/animation/cts/
DAnimatorSetTest.java146 public void onAnimationEnd(Animator anim) { in verifySequentialPlayOrder()
266 public void onAnimationEnd(Animator animation) { in testListenerCallbackOnEmptySet()
267 super.onAnimationEnd(animation); in testListenerCallbackOnEmptySet()
417 public void onAnimationEnd(Animator animation, boolean inReverse) { in testReverseWithStartDelay()
436 verify(listener, within(300)).onAnimationEnd(a2, true); in testReverseWithStartDelay()
442 verify(setListener, within(400)).onAnimationEnd(set, true); in testReverseWithStartDelay()
443 verify(listener1, times(1)).onAnimationEnd(a1, true); in testReverseWithStartDelay()
474 verify(setListener, times(0)).onAnimationEnd(any(AnimatorSet.class), in testZeroDurationScale()
477 verify(setListener, within(100)).onAnimationEnd(set, false); in testZeroDurationScale()
478 verify(listener1, times(1)).onAnimationEnd(a1, false); in testZeroDurationScale()
[all …]
DObjectAnimatorTest.java164 verify(mockListener, timeout(400)).onAnimationEnd(intAnimator, false); in testOfInt()
198 verify(mockListener, timeout(400)).onAnimationEnd(colorAnimator, false); in testOfObject()
225 verify(mockListener, timeout(400)).onAnimationEnd(intAnimator, false); in testOfPropertyValuesHolder()
264 verify(mockListener, timeout(400)).onAnimationEnd(animator, false); in testOfArgb()
278 verify(listener, within(500)).onAnimationEnd(anim, false); in testNullObject()
421 verify(listener, within(400)).onAnimationEnd(anim, false); in testOfFloat_Path()
476 public void onAnimationEnd(Animator animation) { in testOfInt_Path()
540 verify(listener, within(400)).onAnimationEnd(anim, false); in testOfMultiFloat_Path()
564 public void onAnimationEnd(Animator animation) { in testOfMultiFloat()
641 verify(listener, within(400)).onAnimationEnd(anim, false); in testOfMultiInt_Path()
[all …]
DAnimatorListenerAdapterTest.java39 adapter.onAnimationEnd(null); in testNullOk()
DPropertyValuesHolderTest.java147 verify(listener, within(timeoutMilliseconds)).onAnimationEnd(objectAnimator, false); in waitUntilFinished()
366 verify(listener, within(400)).onAnimationEnd(anim, false); in testOfMultiFloat_Path()
387 public void onAnimationEnd(Animator animation) { in testOfMultiFloat_Array()
460 verify(listener, within(400)).onAnimationEnd(anim, false); in testOfMultiInt_Path()
481 public void onAnimationEnd(Animator animation) { in testOfMultiInt_Array()
544 public void onAnimationEnd(Animator animation) { in testOfObject_Converter()
556 public void onAnimationEnd(Animator animation) { in testOfObject_Converter()
578 public void onAnimationEnd(Animator animation) { in testOfObject_Converter()
649 public void onAnimationEnd(Animator animation) { in testSetConverter()
668 public void onAnimationEnd(Animator animation) { in testSetConverter()
DValueAnimatorTest.java155 verify(listener, timeout(450).times(1)).onAnimationEnd(anim, false); in testListenerCallbackWithStartDelay()
282 verify(listener, within(200)).onAnimationEnd(anim, false); in testSetCurrentPlayTimeAfterStart()
363 verify(listener, within(200)).onAnimationEnd(a1, false); in testUpdateListeners()
405 verify(l1, within(200)).onAnimationEnd(a1, false); in testValuesSetterAndGetter()
442 verify(l1, within(200)).onAnimationEnd(a1, false); in testSetObjectValues()
629 public void onAnimationEnd(Animator animation) { in testNotifiesAfterEnd()
632 super.onAnimationEnd(animation); in testNotifiesAfterEnd()
659 public void onAnimationEnd(Animator animation) { in testAnimatorsEnabledImpl()
DAnimatorTest.java233 public void onAnimationEnd(Animator animation) { in onAnimationEnd() method in AnimatorTest.MyListener
DAnimationActivity.java227 public void onAnimationEnd(Animator animation) { in animateBall()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatable2_AnimationCallbackTest.java34 callback.onAnimationEnd(null); in testCallback()
DAnimatedVectorDrawableTest.java387 public void onAnimationEnd(Drawable drawable) { in onAnimationEnd() method in AnimatedVectorDrawableTest.MyCallback
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimatorInflaterTest.java267 public void onAnimationEnd(Animator animation) { in testReloadedAnimatorIsNotModified()
268 super.onAnimationEnd(animation); in testReloadedAnimatorIsNotModified()
DAnimationTest.java574 verify(listener, times(1)).onAnimationEnd(anim);
585 verify(listener, times(1)).onAnimationEnd(anim);
598 verify(listener, never()).onAnimationEnd(anim);
/cts/tests/tests/view/src/android/view/cts/
DMockView.java151 protected void onAnimationEnd() { in onAnimationEnd() method in MockView
152 super.onAnimationEnd(); in onAnimationEnd()
DViewGroupTest.java937 public void onAnimationEnd(Animation animation) { in testGetLayoutAnimationListener()
2890 public void onAnimationEnd() { in onAnimationEnd() method in ViewGroupTest.MockViewGroup
2892 super.onAnimationEnd(); in onAnimationEnd()
/cts/tests/tests/transition/src/android/transition/cts/
DChangeImageTransformTest.java287 public void onAnimationEnd(Animator animation) { in onAnimationEnd() method in ChangeImageTransformTest.CaptureMatrixListener
DChangeBoundsTest.java370 public void onAnimationEnd(Animator animation) { in onAnimationEnd() method in ChangeBoundsTest.ValidateBoundsListener
/cts/tests/fragment/src/android/fragment/cts/
DFragmentAnimatorTest.java580 public void onAnimationEnd(Animator animation) { in onCreateAnimator()
/cts/tools/dex-tools/dex/
Dclasses.out.dex86099 protected void onAnimationEnd()
87986 protected void onAnimationEnd()
90144 public abstract void onAnimationEnd(