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

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
MultiPropertyAnimation.java 126 ObjectAnimator yxBouncer = ObjectAnimator.ofPropertyValuesHolder(ball, pvhY,
128 yxBouncer.setRepeatCount(1);
129 yxBouncer.setRepeatMode(ValueAnimator.REVERSE);
134 yxBouncer);

Completed in 113 milliseconds