Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/animation/
DMultiPropertyAnimation.java114 ObjectAnimator whxyBouncer = ObjectAnimator.ofPropertyValuesHolder(ball, pvhW, pvhH, in createAnimation() local
116 whxyBouncer.setRepeatCount(1); in createAnimation()
117 whxyBouncer.setRepeatMode(ValueAnimator.REVERSE); in createAnimation()
133 ((AnimatorSet)bounceAnim).playTogether(yBouncer, yAlphaBouncer, whxyBouncer, in createAnimation()