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

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
BouncingBalls.java 124 AnimatorSet bouncer = new AnimatorSet(); local
125 bouncer.play(bounceAnim).before(squashAnim1);
126 bouncer.play(squashAnim1).with(squashAnim2);
127 bouncer.play(squashAnim1).with(stretchAnim1);
128 bouncer.play(squashAnim1).with(stretchAnim2);
129 bouncer.play(bounceBackAnim).after(stretchAnim2);
144 animatorSet.play(bouncer).before(fadeAnim);
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 430 AnimatorSet bouncer = new AnimatorSet(); local
431 bouncer.play(scaleUp).before(scaleDown);
432 bouncer.play(scaleUp).with(alphaFadeOut);
433 bouncer.addListener(new AnimatorListenerAdapter() {
445 bouncer.start();
    [all...]

Completed in 34 milliseconds