Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationSetTest.java132 Animation animation3 = new TranslateAnimation(0.0f, 50.0f, 0.0f, 5.0f); in createAnimationSet() local
133 animation3.setDuration(LONG_CHILD_DURATION); in createAnimationSet()
134 animationSet.addAnimation(animation3); in createAnimationSet()
374 final Animation animation3 = new AlphaAnimation(1.0f, 0.5f); in testAccessAnimations() local
375 animationSet.addAnimation(animation3); in testAccessAnimations()
381 assertSame(animation3, children.get(2)); in testAccessAnimations()