HomeSort by relevance Sort by last modified time
    Searched refs:upAnim (Results 1 - 2 of 2) sorted by null

  /development/samples/devbytes/animation/SquashAndStretch/src/com/example/squashandstretch/
SquashAndStretch.java 105 ObjectAnimator upAnim =
107 upAnim.setDuration((long) (animationDuration * 2));
108 upAnim.setInterpolator(sDecelerator);
111 set.playSequentially(downAnim, stretchAnim, upAnim);
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
ToonGame.java 193 ObjectAnimator upAnim = ObjectAnimator.ofPropertyValuesHolder(view, pvhTY, pvhSX, pvhSY);
194 upAnim.setInterpolator(sDecelerator);
204 set.playSequentially(downAnim, stretchAnim, upAnim);

Completed in 713 milliseconds