Searched refs:anim1 (Results 1 – 1 of 1) sorted by relevance
80 ObjectAnimator anim1 = ObjectAnimator.ofFloat(balls.get(0), "y", in createAnimation() local82 ObjectAnimator anim2 = anim1.clone(); in createAnimation()84 anim1.addUpdateListener(this); in createAnimation()101 animation.playTogether(anim1, anim2, s1); in createAnimation()