Searched refs:yBouncer (Results 1 – 1 of 1) sorted by relevance
89 ObjectAnimator yBouncer = ObjectAnimator.ofFloat(ball, "y", in createAnimation() local91 yBouncer.setInterpolator(new BounceInterpolator()); in createAnimation()92 yBouncer.addUpdateListener(this); in createAnimation()133 ((AnimatorSet)bounceAnim).playTogether(yBouncer, yAlphaBouncer, whxyBouncer, in createAnimation()