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

/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java63 * You can always create a VectorDrawableCompat object and use it as a Drawable by the Java API.
64 * In order to refer to VectorDrawableCompat inside a XML file, you can use app:srcCompat attribute
68 * for each VectorDrawableCompat. Therefore, referring to the same VectorDrawableCompat means
74 * VectorDrawableCompat can be defined in an XML file with the <code>&lt;vector></code> element.
76 * The VectorDrawableCompat has the following elements:
194 public class VectorDrawableCompat extends VectorDrawableCommon { class in inherits:VectorDrawableCommon
195 static final String LOGTAG = "VectorDrawableCompat";
238 VectorDrawableCompat() { method in class:VectorDrawableCompat
242 VectorDrawableCompat( method in class:VectorDrawableCompat
[all...]

Completed in 30 milliseconds