Home | History | Annotate | Download | only in animation

Lines Matching refs:animations

28  * Represents a group of Animations that should be played together.
78 * @param shareInterpolator Pass true if all of the animations in this set
94 final ArrayList<Animation> animations = mAnimations;
97 animation.mAnimations.add(animations.get(i).clone());
154 * The transforms of the child animations are applied in the order
181 * Sets the start time of this animation and all child animations
190 final ArrayList<Animation> animations = mAnimations;
193 Animation a = animations.get(i);
203 final ArrayList<Animation> animations = mAnimations;
206 Animation a = animations.get(i);
217 final ArrayList<Animation> animations = mAnimations;
218 int count = animations.size();
221 animations.get(i).restrictDuration(durationMillis);
233 final ArrayList<Animation> animations = mAnimations;
234 final int count = animations.size();
242 duration = Math.max(duration, animations.get(i).getDuration());
251 * hints of all of its component animations.
258 final ArrayList<Animation> animations = mAnimations;
260 final long d = animations.get(i).computeDurationHint();
276 final ArrayList<Animation> animations = mAnimations;
282 final Animation a = animations.get(i);
295 * component animations.
302 final ArrayList<Animation> animations = mAnimations;
312 final Animation a = animations.get(i);
344 final ArrayList<Animation> animations = mAnimations;
345 int count = animations.size();
347 animations.get(i).scaleCurrentDuration(scale);
439 * @return All the child animations in this AnimationSet. Note that