Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationSetTest.java124 Animation animation1 = new AlphaAnimation(0.0f, 1.0f); in createAnimationSet() local
125 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() local
371 animationSet.addAnimation(animation1); in testAccessAnimations()
379 assertSame(animation1, children.get(0)); in testAccessAnimations()