Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DAnimatorSetTest.java250 final ValueAnimator zAnimator = ValueAnimator.ofFloat(0f, 100f); in testPlayBeforeAfter() local
254 zAnimator.setDuration(50); in testPlayBeforeAfter()
257 set.play(yAnimator).before(zAnimator).after(xAnimator); in testPlayBeforeAfter()
259 verifySequentialPlayOrder(set, new Animator[] {xAnimator, yAnimator, zAnimator}); in testPlayBeforeAfter()