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