OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bouncer
(Results
1 - 6
of
6
) 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);
/cts/tests/tests/animation/src/android/animation/cts/
AnimationActivity.java
220
AnimatorSet
bouncer
= new AnimatorSet();
local
221
bouncer
.play(bounceYAnimator);
234
animatorSet.play(
bouncer
).before(fadeAnim);
/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
Completed in 337 milliseconds