Home
last modified time | relevance | path

Searched refs:onAnimationEnd (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimatorInflaterTest.java245 public void onAnimationEnd(Animator animation) { in testReloadedAnimatorIsNotModified()
246 super.onAnimationEnd(animation); in testReloadedAnimatorIsNotModified()
DAnimationTest.java672 public void onAnimationEnd(Animation animation) {
/cts/tests/tests/view/src/android/view/cts/
DMockView.java146 protected void onAnimationEnd() { in onAnimationEnd() method in MockView
147 super.onAnimationEnd(); in onAnimationEnd()
DViewGroupTest.java811 public void onAnimationEnd(Animation animation) { in testGetLayoutAnimationListener()
2176 public void onAnimationEnd() { in onAnimationEnd() method in ViewGroupTest.MockViewGroup
2178 super.onAnimationEnd(); in onAnimationEnd()
/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java108 public void onAnimationEnd(Animator animation) { in waitUntilFinished()
109 super.onAnimationEnd(animation); in waitUntilFinished()
DAnimatorTest.java216 public void onAnimationEnd(Animator animation) { in onAnimationEnd() method in AnimatorTest.MyListener
DAnimationActivity.java228 public void onAnimationEnd(Animator animation) { in animateBall()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableTest.java275 public void onAnimationEnd(Drawable drawable) { in onAnimationEnd() method in AnimatedVectorDrawableTest.MyCallback