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 Animation(Context *rsc);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h59 struct Animation { struct in class:android::BootAnimation
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java29 * Abstraction for an Animation that can be applied to Views, Surfaces, or
33 public abstract class Animation implements Cloneable { class in inherits:Cloneable
94 = SystemProperties.getBoolean("log.closeguard.Animation", false);
220 public Animation() { method in class:Animation
231 public Animation(Context context, AttributeSet attrs) { method in class:Animation
232 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.Animation);
262 protected Animation clone() throws CloneNotSupportedException {
263 final Animation animation = (Animation) super.clone();
360 mListener.onAnimationStart(Animation
[all...]

Completed in 1318 milliseconds