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

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

Completed in 23 milliseconds