Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationSetTest.java103 final AnimationSet animationSet = createAnimationSet(); in testInitialize() local
104 animationSet.setDuration(ANIMATIONSET_DURATION); in testInitialize()
106 List<Animation> children = animationSet.getAnimations(); in testInitialize()
112 assertFalse(animationSet.isInitialized()); in testInitialize()
113 animationSet.initialize(INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE); in testInitialize()
114 assertTrue(animationSet.isInitialized()); in testInitialize()
115 children = animationSet.getAnimations(); in testInitialize()
122 AnimationSet animationSet = new AnimationSet(true); in createAnimationSet() local
126 animationSet.addAnimation(animation1); in createAnimationSet()
130 animationSet.addAnimation(animation2); in createAnimationSet()
[all …]