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

/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
H A DAnimatedVectorDrawableCompat.java61 * AnimatedVectorDrawableCompat are defined in the same XML format as
125 * You can always create a AnimatedVectorDrawableCompat object and use it as a Drawable by the Java
126 * API. In order to refer to AnimatedVectorDrawableCompat inside a XML file, you can use
129 * Note that the animation in AnimatedVectorDrawableCompat now can support the following features:
139 public class AnimatedVectorDrawableCompat extends VectorDrawableCommon class in inherits:VectorDrawableCommon,Animatable2Compat
163 AnimatedVectorDrawableCompat() { method in class:AnimatedVectorDrawableCompat
167 private AnimatedVectorDrawableCompat(@Nullable Context context) { method in class:AnimatedVectorDrawableCompat
171 private AnimatedVectorDrawableCompat(@Nullable Context context, method in class:AnimatedVectorDrawableCompat
199 * Create a AnimatedVectorDrawableCompat object.
202 * @param resId the resource ID for AnimatedVectorDrawableCompat objec
[all...]

Completed in 75 milliseconds