/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | Animatable2_AnimationCallbackTest.java | 34 callback.onAnimationStart(null); in testCallback()
|
D | Animatable2Callback.java | 69 public void onAnimationStart(Drawable drawable) { in onAnimationStart() method in Animatable2Callback
|
D | AnimatedImageDrawableTest.java | 172 public void onAnimationStart(Drawable drawable) { in onAnimationStart() method in Callback 175 super.onAnimationStart(drawable); in onAnimationStart()
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | AnimatorListenerAdapterTest.java | 39 adapter.onAnimationStart(null); in testNullOk()
|
D | AnimatorSetTest.java | 144 public void onAnimationStart(Animator anim) { in verifySequentialPlayOrder() 145 super.onAnimationStart(anim); in verifySequentialPlayOrder() 189 public void onAnimationStart(Animator anim) { in verifySequentialPlayOrder() 190 super.onAnimationStart(anim); in verifySequentialPlayOrder() 273 public void onAnimationStart(Animator animation) { in testListenerCallbackOnEmptySet() 274 super.onAnimationStart(animation); in testListenerCallbackOnEmptySet() 303 public void onAnimationStart(Animator animation) { in testPauseAndResume() 478 verify(listener1, never()).onAnimationStart(a1, true); in testReverseWithStartDelay() 556 verify(listener1, never()).onAnimationStart(a1, false); in testDurationScale() 557 verify(listener2, never()).onAnimationStart(a2, false); in testDurationScale() [all …]
|
D | ValueAnimatorTest.java | 167 verify(listener, timeout(450).times(1)).onAnimationStart(anim, false); in testListenerCallbackWithStartDelay() 661 verify(watcher, times(1)).onAnimationStart(animator, false); 672 public void onAnimationStart(Animator animation) { in testNotifiesAfterEnd()
|
D | AnimatorTest.java | 268 public void onAnimationStart(Animator animation) { in onAnimationStart() method in AnimatorTest.MyListener
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | AnimatorLeakTest.java | 119 public void onAnimationStart(Animator animation) { in testPauseResume() 225 public void onAnimationStart(Animator animation) { in testPauseDisablement()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | MockView.java | 162 protected void onAnimationStart() { in onAnimationStart() method in MockView 163 super.onAnimationStart(); in onAnimationStart()
|
D | ViewGroupTest.java | 951 public void onAnimationStart(Animation animation) { in testGetLayoutAnimationListener() 1388 child.onAnimationStart(); in testOnAnimationEnd() 3246 public void onAnimationStart() { in onAnimationStart() method in ViewGroupTest.MockViewGroup 3247 super.onAnimationStart(); in onAnimationStart()
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | AnimatorInflaterTest.java | 297 public void onAnimationStart(Animator animation) { in testReloadedAnimatorIsNotModified() 298 super.onAnimationStart(animation); in testReloadedAnimatorIsNotModified()
|
D | AnimationTest.java | 584 verify(listener, times(1)).onAnimationStart(anim); 594 verify(listener, times(1)).onAnimationStart(anim); 607 verify(listener, times(1)).onAnimationStart(anim);
|
/cts/tests/tests/transition/src/android/transition/cts/ |
D | TransitionTest.java | 485 verify(listener, within(1000)).onAnimationStart(any(), eq(false)); in testInterpolator() 542 verify(listener, within(1000)).onAnimationStart(any(), eq(false)); in testPropagation() 642 verify(listener, within(1000)).onAnimationStart(any(), eq(false)); in testStartDelay()
|
D | ChangeBoundsTest.java | 437 public void onAnimationStart(Animator animation) { in onAnimationStart() method in ChangeBoundsTest.ValidateBoundsListener
|
/cts/tests/fragment/src/android/fragment/cts/ |
D | FragmentAnimatorTest.java | 576 public void onAnimationStart(Animator animation) { in onCreateAnimator()
|
/cts/tools/release-parser/tests/resources/ |
D | Shell.apk.pb.txt | 1438 name: "onAnimationStart"
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 3959 method public default void onAnimationStart(@NonNull android.animation.Animator, boolean); 3960 method public void onAnimationStart(@NonNull android.animation.Animator); 3981 method public void onAnimationStart(android.animation.Animator); 17343 method public void onAnimationStart(android.graphics.drawable.Drawable); 52870 method @CallSuper protected void onAnimationStart(); 55442 method public void onAnimationStart(android.view.animation.Animation);
|