Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DAnimatorSetTest.java159 public void onAnimationEnd(Animator anim) { in verifySequentialPlayOrder()
279 public void onAnimationEnd(Animator animation) { in testListenerCallbackOnEmptySet()
280 super.onAnimationEnd(animation); in testListenerCallbackOnEmptySet()
457 public void onAnimationEnd(Animator animation, boolean inReverse) { in testReverseWithStartDelay()
476 verify(listener, within(300)).onAnimationEnd(a2, true); in testReverseWithStartDelay()
482 verify(setListener, within(400)).onAnimationEnd(set, true); in testReverseWithStartDelay()
483 verify(listener1, times(1)).onAnimationEnd(a1, true); in testReverseWithStartDelay()
514 verify(setListener, times(0)).onAnimationEnd(any(AnimatorSet.class), in testZeroDurationScale()
517 verify(setListener, within(100)).onAnimationEnd(set, false); in testZeroDurationScale()
518 verify(listener1, times(1)).onAnimationEnd(a1, false); in testZeroDurationScale()
[all …]
DAnimatorListenerAdapterTest.java40 adapter.onAnimationEnd(null); in testNullOk()
DObjectAnimatorTest.java186 verify(mockListener, timeout(3000)).onAnimationEnd(intAnimator, false); in testOfInt()
221 verify(mockListener, timeout(8000)).onAnimationEnd(colorAnimator, false); in testOfObject()
279 verify(mockListener, timeout(400)).onAnimationEnd(intAnimator, false); in testOfPropertyValuesHolder()
317 verify(mockListener, timeout(400)).onAnimationEnd(animator, false); in testOfArgb()
331 verify(listener, within(500)).onAnimationEnd(anim, false); in testNullObject()
475 verify(listener, within(400)).onAnimationEnd(anim, false); in testOfFloat_Path()
530 public void onAnimationEnd(Animator animation) { in testOfInt_Path()
594 verify(listener, within(400)).onAnimationEnd(anim, false); in testOfMultiFloat_Path()
618 public void onAnimationEnd(Animator animation) { in testOfMultiFloat()
695 verify(listener, within(400)).onAnimationEnd(anim, false); in testOfMultiInt_Path()
[all …]
DValueAnimatorTest.java168 verify(listener, timeout(450).times(1)).onAnimationEnd(anim, false); in testListenerCallbackWithStartDelay()
295 verify(listener, within(200)).onAnimationEnd(anim, false); in testSetCurrentPlayTimeAfterStart()
376 verify(listener, within(200)).onAnimationEnd(a1, false); in testUpdateListeners()
418 verify(l1, within(200)).onAnimationEnd(a1, false); in testValuesSetterAndGetter()
455 verify(l1, within(200)).onAnimationEnd(a1, false); in testSetObjectValues()
514 public void onAnimationEnd(Animator animation) { in testGetAnimatedFraction()
678 public void onAnimationEnd(Animator animation) { in testNotifiesAfterEnd()
681 super.onAnimationEnd(animation); in testNotifiesAfterEnd()
728 public void onAnimationEnd(Animator animation) { in testAnimationDurationNoShortenByTinkeredScale()
758 public void onAnimationEnd(Animator animation) { in testAnimatorsEnabledImpl()
DPropertyValuesHolderTest.java159 verify(listener, within(timeoutMilliseconds)).onAnimationEnd(objectAnimator, false); in waitUntilFinished()
381 verify(listener, within(400)).onAnimationEnd(anim, false); in testOfMultiFloat_Path()
402 public void onAnimationEnd(Animator animation) { in testOfMultiFloat_Array()
475 verify(listener, within(400)).onAnimationEnd(anim, false); in testOfMultiInt_Path()
496 public void onAnimationEnd(Animator animation) { in testOfMultiInt_Array()
559 public void onAnimationEnd(Animator animation) { in testOfObject_Converter()
571 public void onAnimationEnd(Animator animation) { in testOfObject_Converter()
593 public void onAnimationEnd(Animator animation) { in testOfObject_Converter()
664 public void onAnimationEnd(Animator animation) { in testSetConverter()
683 public void onAnimationEnd(Animator animation) { in testSetConverter()
DAnimatorTest.java260 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.java35 callback.onAnimationEnd(null); in testCallback()
DAnimatable2Callback.java79 public void onAnimationEnd(Drawable drawable) { in onAnimationEnd() method in Animatable2Callback
DAnimatedImageDrawableTest.java179 public void onAnimationEnd(Drawable drawable) { in onAnimationEnd() method in Callback
182 super.onAnimationEnd(drawable); in onAnimationEnd()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowInsetsAnimationUtils.java97 public void onAnimationEnd(Animator animation) { in runTransition()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DViewPropertyAnimatorTests.java74 public void onAnimationEnd(Animator animation) { in testViewNonCustomAlpha()
523 public void onAnimationEnd(Animator animator) { in createViewPropertyAnimatorTest()
/cts/tests/tests/view/src/android/view/cts/
DMockView.java156 protected void onAnimationEnd() { in onAnimationEnd() method in MockView
157 super.onAnimationEnd(); in onAnimationEnd()
DSystemGestureExclusionRectsTest.java308 public void onAnimationEnd(Animator animation) { in onAnimationEnd() method in SystemGestureExclusionRectsTest.AnimationDoneListener
DViewGroupTest.java943 public void onAnimationEnd(Animation animation) { in testGetLayoutAnimationListener()
3240 public void onAnimationEnd() { in onAnimationEnd() method in ViewGroupTest.MockViewGroup
3242 super.onAnimationEnd(); in onAnimationEnd()
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimatorInflaterTest.java292 public void onAnimationEnd(Animator animation) { in testReloadedAnimatorIsNotModified()
293 super.onAnimationEnd(animation); in testReloadedAnimatorIsNotModified()
DAnimationTest.java585 verify(listener, times(1)).onAnimationEnd(anim);
596 verify(listener, times(1)).onAnimationEnd(anim);
609 verify(listener, never()).onAnimationEnd(anim);
/cts/tests/tests/transition/src/android/transition/cts/
DChangeBoundsTest.java442 public void onAnimationEnd(Animator animation) { in onAnimationEnd() method in ChangeBoundsTest.ValidateBoundsListener
/cts/tests/fragment/src/android/fragment/cts/
DFragmentAnimatorTest.java581 public void onAnimationEnd(Animator animation) { in onCreateAnimator()
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationControllerTests.java663 public void onAnimationEnd(Animator animation) { in runTransition()
/cts/tools/release-parser/tests/resources/
DShell.apk.pb.txt1428 name: "onAnimationEnd"
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt3956 method public default void onAnimationEnd(@NonNull android.animation.Animator, boolean);
3957 method public void onAnimationEnd(@NonNull android.animation.Animator);
3977 method public void onAnimationEnd(android.animation.Animator);
17342 method public void onAnimationEnd(android.graphics.drawable.Drawable);
52869 method @CallSuper protected void onAnimationEnd();
55440 method public void onAnimationEnd(android.view.animation.Animation);