/cts/tests/tests/animation/src/android/animation/cts/ |
D | AnimatorSetTest.java | 131 public void onAnimationStart(Animator anim) { in verifySequentialPlayOrder() 132 super.onAnimationStart(anim); in verifySequentialPlayOrder() 176 public void onAnimationStart(Animator anim) { in verifySequentialPlayOrder() 177 super.onAnimationStart(anim); in verifySequentialPlayOrder() 260 public void onAnimationStart(Animator animation) { in testListenerCallbackOnEmptySet() 261 super.onAnimationStart(animation); in testListenerCallbackOnEmptySet() 290 public void onAnimationStart(Animator animation) { in testPauseAndResume() 438 verify(listener1, never()).onAnimationStart(a1, true); in testReverseWithStartDelay() 516 verify(listener1, never()).onAnimationStart(a1, false); in testDurationScale() 517 verify(listener2, never()).onAnimationStart(a2, false); in testDurationScale() [all …]
|
D | AnimatorListenerAdapterTest.java | 38 adapter.onAnimationStart(null); in testNullOk()
|
D | ValueAnimatorTest.java | 154 verify(listener, timeout(450).times(1)).onAnimationStart(anim, false); in testListenerCallbackWithStartDelay() 612 verify(watcher, times(1)).onAnimationStart(animator, false); 623 public void onAnimationStart(Animator animation) { in testNotifiesAfterEnd()
|
D | AnimatorTest.java | 241 public void onAnimationStart(Animator animation) { in onAnimationStart() method in AnimatorTest.MyListener
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | Animatable2_AnimationCallbackTest.java | 33 callback.onAnimationStart(null); in testCallback()
|
D | AnimatedVectorDrawableTest.java | 378 public void onAnimationStart(Drawable drawable) { in onAnimationStart() method in AnimatedVectorDrawableTest.MyCallback
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | AnimatorInflaterTest.java | 272 public void onAnimationStart(Animator animation) { in testReloadedAnimatorIsNotModified() 273 super.onAnimationStart(animation); in testReloadedAnimatorIsNotModified()
|
D | AnimationTest.java | 573 verify(listener, times(1)).onAnimationStart(anim); 583 verify(listener, times(1)).onAnimationStart(anim); 596 verify(listener, times(1)).onAnimationStart(anim);
|
/cts/tests/tests/view/src/android/view/cts/ |
D | MockView.java | 157 protected void onAnimationStart() { in onAnimationStart() method in MockView 158 super.onAnimationStart(); in onAnimationStart()
|
D | ViewGroupTest.java | 945 public void onAnimationStart(Animation animation) { in testGetLayoutAnimationListener() 1207 child.onAnimationStart(); in testOnAnimationEnd() 2896 public void onAnimationStart() { in onAnimationStart() method in ViewGroupTest.MockViewGroup 2897 super.onAnimationStart(); in onAnimationStart()
|
/cts/tests/tests/transition/src/android/transition/cts/ |
D | TransitionTest.java | 448 verify(listener, within(100)).onAnimationStart(any(), eq(false)); in testInterpolator() 505 verify(listener, within(100)).onAnimationStart(any(), eq(false)); in testPropagation() 537 verify(listener, within(250)).onAnimationStart(any(), eq(false)); in testStartDelay()
|
D | ChangeImageTransformTest.java | 282 public void onAnimationStart(Animator animation) { in onAnimationStart() method in ChangeImageTransformTest.CaptureMatrixListener
|
D | ChangeBoundsTest.java | 365 public void onAnimationStart(Animator animation) { in onAnimationStart() method in ChangeBoundsTest.ValidateBoundsListener
|
/cts/tests/fragment/src/android/fragment/cts/ |
D | FragmentAnimatorTest.java | 575 public void onAnimationStart(Animator animation) { in onCreateAnimator()
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 86101 protected void onAnimationStart() 87988 protected void onAnimationStart() 90150 public abstract void onAnimationStart(
|