Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/animation/
DAnimationCloning.java87 ObjectAnimator animDown = ObjectAnimator.ofFloat(ball2, "y", in createAnimation() local
89 animDown.setInterpolator(new AccelerateInterpolator()); in createAnimation()
94 s1.playSequentially(animDown, animUp); in createAnimation()
95 animDown.addUpdateListener(this); in createAnimation()