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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java72 * Starting from API 25, AnimatedVectorDrawable runs on RenderThread (as opposed to on UI thread for
73 * earlier APIs). This means animations in AnimatedVectorDrawable can remain smooth even when there
76 * possible to precisely coordinate a RenderThread-enabled AnimatedVectorDrawable with UI thread
79 * called the frame after the AnimatedVectorDrawable finishes on the RenderThread.
82 * AnimatedVectorDrawable can be defined in either <a href="#ThreeXML">three separate XML files</a>,
86 * <h3>Define an AnimatedVectorDrawable in three separate XML files</h3>
165 * <a href="AVDExample">AnimatedVectorDrawable XML example</a>.
186 * <li><h4>XML for AnimatedVectorDrawable</h4>
188 * An AnimatedVectorDrawable element has a VectorDrawable attribute, and one or more target
192 * The following code sample defines an AnimatedVectorDrawable
293 public class AnimatedVectorDrawable extends Drawable implements Animatable2 { class in inherits:Drawable,Animatable2
321 public AnimatedVectorDrawable() { method in class:AnimatedVectorDrawable
325 private AnimatedVectorDrawable(AnimatedVectorDrawableState state, Resources res) { method in class:AnimatedVectorDrawable
[all...]

Completed in 90 milliseconds