Searched refs:zAnimator (Results 1 – 1 of 1) sorted by relevance
250 final ValueAnimator zAnimator = ValueAnimator.ofFloat(0f, 100f); in testPlayBeforeAfter() local254 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()