OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:balls
(Results
1 - 10
of
10
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationLoading.java
72
public final ArrayList<ShapeHolder>
balls
= new ArrayList<ShapeHolder>();
field in class:AnimationLoading.MyAnimationView
94
anim.setTarget(
balls
.get(0));
100
balls
.get(1).setAlpha((Float) animation.getAnimatedValue());
107
seq.setTarget(
balls
.get(2));
111
colorizer.setTarget(
balls
.get(3));
115
animPvh.setTarget(
balls
.get(4));
120
animPvhKf.setTarget(
balls
.get(5));
126
balls
.get(6).setAlpha((Float) animation.getAnimatedValue());
138
animPvhKfInterpolated.setTarget(
balls
.get(7));
165
balls
.add(shapeHolder)
[
all
...]
AnimationCloning.java
63
public final ArrayList<ShapeHolder>
balls
= new ArrayList<ShapeHolder>();
field in class:AnimationCloning.MyAnimationView
80
ObjectAnimator anim1 = ObjectAnimator.ofFloat(
balls
.get(0), "y",
81
0f, getHeight() -
balls
.get(0).getHeight()).setDuration(500);
83
anim2.setTarget(
balls
.get(1));
86
ShapeHolder ball2 =
balls
.get(2);
98
s2.setTarget(
balls
.get(3));
123
balls
.add(shapeHolder);
129
for (int i = 0; i <
balls
.size(); ++i) {
130
ShapeHolder shapeHolder =
balls
.get(i);
MultiPropertyAnimation.java
72
public final ArrayList<ShapeHolder>
balls
= new ArrayList<ShapeHolder>();
field in class:MultiPropertyAnimation.MyAnimationView
88
ball =
balls
.get(0);
94
ball =
balls
.get(1);
105
ball =
balls
.get(2);
119
ball =
balls
.get(3);
160
balls
.add(shapeHolder);
166
for (ShapeHolder ball :
balls
) {
BouncingBalls.java
60
public final ArrayList<ShapeHolder>
balls
= new ArrayList<ShapeHolder>();
field in class:BouncingBalls.MyAnimationView
68
// view, so that the animated color, and the bouncing
balls
, get redisplayed on
137
balls
.remove(((ObjectAnimator)animation).getTarget());
169
balls
.add(shapeHolder);
175
for (int i = 0; i <
balls
.size(); ++i) {
176
ShapeHolder shapeHolder =
balls
.get(i);
AnimationSeeking.java
97
public final ArrayList<ShapeHolder>
balls
= new ArrayList<ShapeHolder>();
field in class:AnimationSeeking.MyAnimationView
143
balls
.add(shapeHolder);
163
balls
.remove(((ObjectAnimator)animation).getTarget());
CustomEvaluator.java
114
public final ArrayList<ShapeHolder>
balls
= new ArrayList<ShapeHolder>();
field in class:CustomEvaluator.MyAnimationView
ReversingAnimation.java
69
public final ArrayList<ShapeHolder>
balls
= new ArrayList<ShapeHolder>();
field in class:ReversingAnimation.MyAnimationView
AnimatorEvents.java
108
public final ArrayList<ShapeHolder>
balls
= new ArrayList<ShapeHolder>();
field in class:AnimatorEvents.MyAnimationView
/cts/tests/tests/animation/src/android/animation/cts/
AnimationActivity.java
189
public final ArrayList<ShapeHolder>
balls
= new ArrayList<ShapeHolder>();
field in class:AnimationActivity.AnimationView
228
balls
.remove(((ObjectAnimator)animation).getTarget());
259
balls
.add(shapeHolder);
265
for (int i = 0; i <
balls
.size(); ++i) {
266
ShapeHolder shapeHolder =
balls
.get(i);
/external/python/cpython2/Demo/curses/
xmas.py
133
def
balls
():
function
721
balls
()
736
#
balls
768
#
balls
802
#
balls
832
#
balls
865
#
balls
Completed in 867 milliseconds