Searched refs:animation1 (Results 1 – 1 of 1) sorted by relevance
124 Animation animation1 = new AlphaAnimation(0.0f, 1.0f); in createAnimationSet() local125 animation1.setDuration(SHORT_CHILD_DURATION); in createAnimationSet()126 animationSet.addAnimation(animation1); in createAnimationSet()370 final Animation animation1 = new AlphaAnimation(0.0f, 1.0f); in testAccessAnimations() local371 animationSet.addAnimation(animation1); in testAccessAnimations()379 assertSame(animation1, children.get(0)); in testAccessAnimations()