Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/animation/
DAnimatorSetEventsTest.java33 ObjectAnimator yAnim = ObjectAnimator.ofFloat(this, "translationY", 0, 100); field in AnimatorSetEventsTest
39 ((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()