/cts/tests/tests/animation/src/android/animation/cts/ |
D | AnimatorSetTest.java | 159 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 …]
|
D | AnimatorListenerAdapterTest.java | 40 adapter.onAnimationEnd(null); in testNullOk()
|
D | ObjectAnimatorTest.java | 186 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 …]
|
D | ValueAnimatorTest.java | 168 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()
|
D | PropertyValuesHolderTest.java | 159 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()
|
D | AnimatorTest.java | 260 public void onAnimationEnd(Animator animation) { in onAnimationEnd() method in AnimatorTest.MyListener
|
D | AnimationActivity.java | 227 public void onAnimationEnd(Animator animation) { in animateBall()
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | Animatable2_AnimationCallbackTest.java | 35 callback.onAnimationEnd(null); in testCallback()
|
D | Animatable2Callback.java | 79 public void onAnimationEnd(Drawable drawable) { in onAnimationEnd() method in Animatable2Callback
|
D | AnimatedImageDrawableTest.java | 179 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/ |
D | WindowInsetsAnimationUtils.java | 97 public void onAnimationEnd(Animator animation) { in runTransition()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | ViewPropertyAnimatorTests.java | 74 public void onAnimationEnd(Animator animation) { in testViewNonCustomAlpha() 523 public void onAnimationEnd(Animator animator) { in createViewPropertyAnimatorTest()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | MockView.java | 156 protected void onAnimationEnd() { in onAnimationEnd() method in MockView 157 super.onAnimationEnd(); in onAnimationEnd()
|
D | SystemGestureExclusionRectsTest.java | 308 public void onAnimationEnd(Animator animation) { in onAnimationEnd() method in SystemGestureExclusionRectsTest.AnimationDoneListener
|
D | ViewGroupTest.java | 943 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/ |
D | AnimatorInflaterTest.java | 292 public void onAnimationEnd(Animator animation) { in testReloadedAnimatorIsNotModified() 293 super.onAnimationEnd(animation); in testReloadedAnimatorIsNotModified()
|
D | AnimationTest.java | 585 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/ |
D | ChangeBoundsTest.java | 442 public void onAnimationEnd(Animator animation) { in onAnimationEnd() method in ChangeBoundsTest.ValidateBoundsListener
|
/cts/tests/fragment/src/android/fragment/cts/ |
D | FragmentAnimatorTest.java | 581 public void onAnimationEnd(Animator animation) { in onCreateAnimator()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/ |
D | WindowInsetsAnimationControllerTests.java | 663 public void onAnimationEnd(Animator animation) { in runTransition()
|
/cts/tools/release-parser/tests/resources/ |
D | Shell.apk.pb.txt | 1428 name: "onAnimationEnd"
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 3956 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);
|