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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimationDrawable.java41 * An AnimationDrawable defined in XML consists of a single <code>&lt;animation-list></code> element,
60 * // set its background to our AnimationDrawable XML resource.
64 * // Get the background, which has been compiled to an AnimationDrawable object.
65 * AnimationDrawable frameAnimation = (AnimationDrawable) img.getBackground();
73 * <p>For more information about animating with {@code AnimationDrawable}, read the
84 public class AnimationDrawable extends DrawableContainer implements Runnable, Animatable { class in inherits:DrawableContainer,Runnable,Animatable
98 public AnimationDrawable() { method in class:AnimationDrawable
103 * Sets whether this AnimationDrawable is visible.
133 * method of your activity, because the {@link android.graphics.drawable.AnimationDrawable} i
421 private AnimationDrawable(AnimationState state, Resources res) { method in class:AnimationDrawable
[all...]

Completed in 1980 milliseconds