Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DAnimationActivity.java136 ValueAnimator bounceAnimator = ObjectAnimator.ofFloat(view.newBall, "y", mStartY, in startAnimation() local
138 bounceAnimator.setDuration(duration); in startAnimation()
139 bounceAnimator.setRepeatCount(ValueAnimator.INFINITE); in startAnimation()
140 bounceAnimator.setInterpolator(new AccelerateInterpolator()); in startAnimation()
141 bounceAnimator.setRepeatMode(ValueAnimator.REVERSE); in startAnimation()
142 view.bounceYAnimator = bounceAnimator; in startAnimation()
164 public void startAnimation(ObjectAnimator bounceAnimator) { in startAnimation() argument
165 view.bounceYAnimator = bounceAnimator; in startAnimation()
170 public void startAnimation(ObjectAnimator bounceAnimator, ObjectAnimator colorAnimator) { in startAnimation() argument
171 view.bounceYAnimator = bounceAnimator; in startAnimation()