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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimationDrawable.java42 * An AnimationDrawable defined in XML consists of a single
63 * // set its background to our AnimationDrawable XML resource.
67 * // Get the background, which has been compiled to an AnimationDrawable object.
68 * AnimationDrawable frameAnimation = (AnimationDrawable) img.getBackground();
76 * <p>For more information about animating with {@code AnimationDrawable}, read the
87 public class AnimationDrawable extends DrawableContainer implements Runnable, Animatable { class in inherits:DrawableContainer,Runnable,Animatable
101 public AnimationDrawable() { method in class:AnimationDrawable
106 * Sets whether this AnimationDrawable is visible.
141 * the {@link AnimationDrawable} i
436 private AnimationDrawable(AnimationState state, Resources res) { method in class:AnimationDrawable
[all...]

Completed in 238 milliseconds