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.java237 final ValueAnimator zAnimator = ValueAnimator.ofFloat(0f, 100f); in testPlayBeforeAfter() local
241 zAnimator.setDuration(50); in testPlayBeforeAfter()
244 set.play(yAnimator).before(zAnimator).after(xAnimator); in testPlayBeforeAfter()
246 verifySequentialPlayOrder(set, new Animator[] {xAnimator, yAnimator, zAnimator}); in testPlayBeforeAfter()