Searched refs:yAnim (Results 1 – 2 of 2) sorted by relevance
37 ObjectAnimator yAnim = ObjectAnimator.ofFloat(this, "translationY", 0, 100); field in AnimatorSetEventsTest43 ((AnimatorSet)mAnimator).playSequentially(xAnim, yAnim); in setUp()60 yAnim.setStartDelay(500); in testPlayingCancelDuringChildDelay()62 animSet.playSequentially(xAnim, yAnim); in testPlayingCancelDuringChildDelay()
1100 ObjectAnimator yAnim = ObjectAnimator.ofFloat(mViewFlipper, View.TRANSLATION_Y, in startDisappearAnimation() local1106 anims.playTogether(alphaAnim, yAnim); in startDisappearAnimation()