/cts/tests/tests/animation/src/android/animation/cts/ |
D | AnimatorSetTest.java | 134 public void onAnimationStart(Animator anim) { in verifySequentialPlayOrder() 135 super.onAnimationStart(anim); in verifySequentialPlayOrder() 179 public void onAnimationStart(Animator anim) { in verifySequentialPlayOrder() 180 super.onAnimationStart(anim); in verifySequentialPlayOrder() 263 public void onAnimationStart(Animator animation) { in testListenerCallbackOnEmptySet() 264 super.onAnimationStart(animation); in testListenerCallbackOnEmptySet() 293 public void onAnimationStart(Animator animation) { in testPauseAndResume() 468 verify(listener1, never()).onAnimationStart(a1, true); in testReverseWithStartDelay() 546 verify(listener1, never()).onAnimationStart(a1, false); in testDurationScale() 547 verify(listener2, never()).onAnimationStart(a2, false); in testDurationScale() [all …]
|
D | AnimatorListenerAdapterTest.java | 39 adapter.onAnimationStart(null); in testNullOk()
|
D | AnimatorTest.java | 247 public void onAnimationStart(Animator animation) { in onAnimationStart() method in AnimatorTest.MyListener
|
D | ValueAnimatorTest.java | 158 verify(listener, timeout(450).times(1)).onAnimationStart(anim, false); in testListenerCallbackWithStartDelay() 652 verify(watcher, times(1)).onAnimationStart(animator, false); 663 public void onAnimationStart(Animator animation) { in testNotifiesAfterEnd()
|
/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 | 164 public void onAnimationStart(Drawable drawable) { in onAnimationStart() method in Callback 167 super.onAnimationStart(drawable); in onAnimationStart()
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | AnimatorInflaterTest.java | 281 public void onAnimationStart(Animator animation) { in testReloadedAnimatorIsNotModified() 282 super.onAnimationStart(animation); in testReloadedAnimatorIsNotModified()
|
D | AnimationTest.java | 574 verify(listener, times(1)).onAnimationStart(anim); 584 verify(listener, times(1)).onAnimationStart(anim); 597 verify(listener, times(1)).onAnimationStart(anim);
|
/cts/tests/tests/view/src/android/view/cts/ |
D | MockView.java | 161 protected void onAnimationStart() { in onAnimationStart() method in MockView 162 super.onAnimationStart(); in onAnimationStart()
|
D | ViewGroupTest.java | 943 public void onAnimationStart(Animation animation) { in testGetLayoutAnimationListener() 1379 child.onAnimationStart(); in testOnAnimationEnd() 3218 public void onAnimationStart() { in onAnimationStart() method in ViewGroupTest.MockViewGroup 3219 super.onAnimationStart(); in onAnimationStart()
|
/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"
|