Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationSetTest.java128 Animation animation2 = new ScaleAnimation(1.0f, 2.0f, 1.0f, 3.0f); in createAnimationSet() local
129 animation2.setDuration(MEDIUM_CHILD_DURATION); in createAnimationSet()
130 animationSet.addAnimation(animation2); in createAnimationSet()
372 final Animation animation2 = new AlphaAnimation(0.5f, 1.0f); in testAccessAnimations() local
373 animationSet.addAnimation(animation2); in testAccessAnimations()
380 assertSame(animation2, children.get(1)); in testAccessAnimations()