Searched refs:ball2 (Results 1 – 1 of 1) sorted by relevance
74 ShapeHolder ball2 = addBall(250f, 25f); in MyAnimationView() local86 ShapeHolder ball2 = balls.get(2); in createAnimation() local87 ObjectAnimator animDown = ObjectAnimator.ofFloat(ball2, "y", in createAnimation()88 0f, getHeight() - ball2.getHeight()).setDuration(500); in createAnimation()90 ObjectAnimator animUp = ObjectAnimator.ofFloat(ball2, "y", in createAnimation()91 getHeight() - ball2.getHeight(), 0f).setDuration(500); in createAnimation()