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

/frameworks/rs/
H A DrsAnimation.h28 class Animation : public ObjectBase { class in namespace:android::renderscript
30 ~Animation();
32 static Animation * create(Context *rsc,
41 static Animation *createFromStream(Context *rsc, IStream *stream);
44 explicit Animation(Context *rsc);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h93 struct Animation { struct in class:android::BootAnimation
122 Animation* animation;
141 bool validClock(const Animation::Part& part);
142 Animation* loadAnimation(const String8&);
143 bool playAnimation(const Animation&);
144 void releaseAnimation(Animation*) const;
145 bool parseAnimationDesc(Animation&);
146 bool preloadZip(Animation &animation);
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java33 * Abstraction for an Animation that can be applied to Views, Surfaces, or
37 public abstract class Animation implements Cloneable { class in inherits:Cloneable
98 // Animation and its subclasses to be compile-time initialized.
101 = SystemProperties.getBoolean("log.closeguard.Animation", false);
228 public Animation() { method in class:Animation
239 public Animation(Context context, AttributeSet attrs) { method in class:Animation
240 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.Animation);
270 protected Animation clone() throws CloneNotSupportedException {
271 final Animation animation = (Animation) supe
[all...]

Completed in 781 milliseconds