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.java117 Animation animation2 = new ScaleAnimation(1.0f, 2.0f, 1.0f, 3.0f); in createAnimationSet() local
118 animation2.setDuration(MEDIUM_CHILD_DURATION); in createAnimationSet()
119 animationSet.addAnimation(animation2); in createAnimationSet()
361 final Animation animation2 = new AlphaAnimation(0.5f, 1.0f); in testAccessAnimations() local
362 animationSet.addAnimation(animation2); in testAccessAnimations()
369 assertSame(animation2, children.get(1)); in testAccessAnimations()