Searched refs:animation2 (Results 1 – 1 of 1) sorted by relevance
117 Animation animation2 = new ScaleAnimation(1.0f, 2.0f, 1.0f, 3.0f); in createAnimationSet() local118 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() local362 animationSet.addAnimation(animation2); in testAccessAnimations()369 assertSame(animation2, children.get(1)); in testAccessAnimations()