Searched refs:animation3 (Results 1 – 1 of 1) sorted by relevance
132 Animation animation3 = new TranslateAnimation(0.0f, 50.0f, 0.0f, 5.0f); in createAnimationSet() local133 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() local375 animationSet.addAnimation(animation3); in testAccessAnimations()381 assertSame(animation3, children.get(2)); in testAccessAnimations()