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