HomeSort by relevance Sort by last modified time
    Searched full:ball2 (Results 1 - 1 of 1) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationCloning.java 74 ShapeHolder ball2 = addBall(250f, 25f); local
86 ShapeHolder ball2 = balls.get(2); local
87 ObjectAnimator animDown = ObjectAnimator.ofFloat(ball2, "y",
88 0f, getHeight() - ball2.getHeight()).setDuration(500);
90 ObjectAnimator animUp = ObjectAnimator.ofFloat(ball2, "y",
91 getHeight() - ball2.getHeight(), 0f).setDuration(500);

Completed in 35 milliseconds