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

/frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
H A DVectorDrawableCompat.java67 * You can always create a VectorDrawableCompat object and use it as a Drawable by the Java API.
68 * In order to refer to VectorDrawableCompat inside a XML file, you can use app:srcCompat attribute
72 * for each VectorDrawableCompat. Therefore, referring to the same VectorDrawableCompat means
78 * VectorDrawableCompat can be defined in an XML file with the <code>&lt;vector></code> element.
80 * The VectorDrawableCompat has the following elements:
200 public class VectorDrawableCompat extends VectorDrawableCommon { class in inherits:VectorDrawableCommon
201 static final String LOGTAG = "VectorDrawableCompat";
244 VectorDrawableCompat() { method in class:VectorDrawableCompat
248 VectorDrawableCompat( method in class:VectorDrawableCompat
[all...]

Completed in 194 milliseconds