Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationSetTest.java420 final List<Animation> cloneChildren = clone.getAnimations(); in testClone() local
421 assertEquals(children.size(), cloneChildren.size()); in testClone()
426 cloneChildren.get(i).getTransformation(startTime, transformation); in testClone()
431 cloneChildren.get(i).getTransformation(startTime + ANIMATIONSET_DURATION /2, in testClone()
437 cloneChildren.get(i).getTransformation(startTime + ANIMATIONSET_DURATION, in testClone()