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

  /development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer.java 17 package com.example.android.bouncer;
41 public class Bouncer extends Activity {
Bouncer1.java 17 package com.example.android.bouncer;
32 * See the comments in Bouncer for the overall functionality of this app. Changes for this
Bouncer2.java 17 package com.example.android.bouncer;
33 * See the comments in Bouncer for the overall functionality of this app. Changes for this
Bouncer3.java 17 package com.example.android.bouncer;
33 * See the comments in Bouncer for the overall functionality of this app. Changes for this
  /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);
  /cts/tests/tests/animation/src/android/animation/cts/
AnimationActivity.java 221 AnimatorSet bouncer = new AnimatorSet(); local
222 bouncer.play(bounceYAnimator);
235 animatorSet.play(bouncer).before(fadeAnim);

Completed in 150 milliseconds