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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java46 * AnimatedVectorDrawable are normally defined as 3 separate XML files.
74 * Second is the AnimatedVectorDrawable's xml file, which defines the target
79 * <li>Here is a simple AnimatedVectorDrawable defined in this avd.xml file.
126 public class AnimatedVectorDrawable extends Drawable implements Animatable { class in inherits:Drawable,Animatable
127 private static final String LOGTAG = AnimatedVectorDrawable.class.getSimpleName();
138 public AnimatedVectorDrawable() { method in class:AnimatedVectorDrawable
142 private AnimatedVectorDrawable(AnimatedVectorDrawableState state, Resources res) { method in class:AnimatedVectorDrawable
282 R.styleable.AnimatedVectorDrawable);
384 return new AnimatedVectorDrawable(this, null);
389 return new AnimatedVectorDrawable(thi
[all...]

Completed in 610 milliseconds