Searched refs:animUp (Results 1 – 1 of 1) sorted by relevance
90 ObjectAnimator animUp = ObjectAnimator.ofFloat(ball2, "y", in createAnimation() local92 animUp.setInterpolator(new DecelerateInterpolator()); in createAnimation()94 s1.playSequentially(animDown, animUp); in createAnimation()96 animUp.addUpdateListener(this); in createAnimation()