Searched defs:Animation (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h60 struct Animation { struct in class:android::BootAnimation
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java26 * Abstraction for an Animation that can be applied to Views, Surfaces, or
30 public abstract class Animation implements Cloneable { class in inherits:Cloneable
195 public Animation() { method in class:Animation
206 public Animation(Context context, AttributeSet attrs) { method in class:Animation
207 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.Animation);
234 protected Animation clone() throws CloneNotSupportedException {
235 final Animation animation = (Animation) super.clone();
347 * @param startOffset When this Animation should start, in milliseconds from
366 throw new IllegalArgumentException("Animation duratio
[all...]

Completed in 618 milliseconds