Searched refs:yAnim (Results 1 – 1 of 1) sorted by relevance
33 ObjectAnimator yAnim = ObjectAnimator.ofFloat(this, "translationY", 0, 100); field in AnimatorSetEventsTest39 ((AnimatorSet)mAnimator).playSequentially(xAnim, yAnim); in setUp()46 return (xAnim.getDuration() + yAnim.getDuration()) + in getTimeout()47 (xAnim.getStartDelay() + yAnim.getStartDelay()) + in getTimeout()57 yAnim.setStartDelay(500); in testPlayingCancelDuringChildDelay()59 animSet.playSequentially(xAnim, yAnim); in testPlayingCancelDuringChildDelay()