Searched refs:yAnimator (Results 1 – 1 of 1) sorted by relevance
72 private ObjectAnimator yAnimator; field in AnimatorSetTest95 yAnimator = getYAnimator(object); in setup()107 yAnimator.setRepeatCount(0); in testPlaySequentially()109 yAnimator.setDuration(50); in testPlaySequentially()112 animators.add(yAnimator); in testPlaySequentially()115 verifySequentialPlayOrder(mAnimatorSet, new Animator[] {xAnimator, yAnimator}); in testPlaySequentially()216 Animator[] animatorArray = {xAnimator, yAnimator}; in testPlayTogether()223 assertFalse(yAnimator.isRunning()); in testPlayTogether()228 assertTrue(yAnimator.isRunning()); in testPlayTogether()249 yAnimator.setRepeatCount(0); in testPlayBeforeAfter()[all …]