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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimationDrawable.java38 * An AnimationDrawable defined in XML consists of a single <code>&lt;animation-list></code> element,
57 * // set its background to our AnimationDrawable XML resource.
61 * // Get the background, which has been compiled to an AnimationDrawable object.
62 * AnimationDrawable frameAnimation = (AnimationDrawable) img.getBackground();
70 * <p>For more information about animating with {@code AnimationDrawable}, read the
81 public class AnimationDrawable extends DrawableContainer implements Runnable, Animatable { class in inherits:DrawableContainer,Runnable,Animatable
86 public AnimationDrawable() { method in class:AnimationDrawable
106 * method of your activity, because the {@link android.graphics.drawable.AnimationDrawable} is
238 com.android.internal.R.styleable.AnimationDrawable);
354 private AnimationDrawable(AnimationState state, Resources res) { method in class:AnimationDrawable
[all...]

Completed in 156 milliseconds