Home
last modified time | relevance | path

Searched refs:onAnimationStart (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimatorInflaterTest.java250 public void onAnimationStart(Animator animation) { in testReloadedAnimatorIsNotModified()
251 super.onAnimationStart(animation); in testReloadedAnimatorIsNotModified()
DAnimationTest.java669 public void onAnimationStart(Animation animation) {
/cts/tests/tests/view/src/android/view/cts/
DMockView.java152 protected void onAnimationStart() { in onAnimationStart() method in MockView
153 super.onAnimationStart(); in onAnimationStart()
DViewGroupTest.java817 public void onAnimationStart(Animation animation) { in testGetLayoutAnimationListener()
1039 son.onAnimationStart(); in testOnAnimationEnd()
2182 public void onAnimationStart() { in onAnimationStart() method in ViewGroupTest.MockViewGroup
2183 super.onAnimationStart(); in onAnimationStart()
/cts/tests/tests/animation/src/android/animation/cts/
DAnimatorTest.java224 public void onAnimationStart(Animator animation) { in onAnimationStart() method in AnimatorTest.MyListener
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableTest.java270 public void onAnimationStart(Drawable drawable) { in onAnimationStart() method in AnimatedVectorDrawableTest.MyCallback