Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DAnimatorSetTest.java216 Animator[] animatorArray = {xAnimator, yAnimator}; in testPlayTogether() local
219 mAnimatorSet.playTogether(animatorArray); in testPlayTogether()
411 Animator[] animatorArray = { xAnimator, yAnimator }; in testDuration() local
414 mAnimatorSet.playTogether(animatorArray); in testDuration()
425 Animator[] animatorArray = { xAnimator, yAnimator }; in testStartDelay() local
428 mAnimatorSet.playTogether(animatorArray); in testStartDelay()
606 Animator[] animatorArray = { xAnimator, yAnimator }; in testGetChildAnimations() local
611 mAnimatorSet.playSequentially(animatorArray); in testGetChildAnimations()
618 Animator[] animatorArray = {xAnimator, yAnimator}; in testSetInterpolator() local
621 mAnimatorSet.playTogether(animatorArray); in testSetInterpolator()