Home
last modified time | relevance | path

Searched refs:ball2 (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/animation/
DAnimationCloning.java74 ShapeHolder ball2 = addBall(250f, 25f); in MyAnimationView() local
86 ShapeHolder ball2 = balls.get(2); in createAnimation() local
87 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()