Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DAnimatorSetTest.java67 private ObjectAnimator xAnimator; field in AnimatorSetTest
83 xAnimator = getXAnimator(object); in setup()
93 xAnimator.setRepeatCount(0); in testPlaySequentially()
95 xAnimator.setDuration(50); in testPlaySequentially()
98 animators.add(xAnimator); in testPlaySequentially()
102 verifySequentialPlayOrder(mAnimatorSet, new Animator[] {xAnimator, yAnimator}); in testPlaySequentially()
202 xAnimator.setRepeatCount(ValueAnimator.INFINITE); in testPlayTogether()
203 Animator[] animatorArray = {xAnimator, yAnimator}; in testPlayTogether()
209 assertFalse(xAnimator.isRunning()); in testPlayTogether()
214 assertTrue(xAnimator.isRunning()); in testPlayTogether()
[all …]