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.java73 private ObjectAnimator xAnimator; field in AnimatorSetTest
96 xAnimator = getXAnimator(object); in setup()
106 xAnimator.setRepeatCount(0); in testPlaySequentially()
108 xAnimator.setDuration(50); in testPlaySequentially()
111 animators.add(xAnimator); in testPlaySequentially()
115 verifySequentialPlayOrder(mAnimatorSet, new Animator[] {xAnimator, yAnimator}); in testPlaySequentially()
215 xAnimator.setRepeatCount(ValueAnimator.INFINITE); in testPlayTogether()
216 Animator[] animatorArray = {xAnimator, yAnimator}; in testPlayTogether()
222 assertFalse(xAnimator.isRunning()); in testPlayTogether()
227 assertTrue(xAnimator.isRunning()); in testPlayTogether()
[all …]