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

/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java60 * VectorDrawableCompat are defined in the same XML format as {@link VectorDrawable}.
62 * You can always create a VectorDrawableCompat object and use it as a Drawable by the Java API.
63 * In order to refer to VectorDrawableCompat inside a XML file, you can use app:srcCompat attribute
67 public class VectorDrawableCompat extends VectorDrawableCommon { class in inherits:VectorDrawableCommon
68 static final String LOGTAG = "VectorDrawableCompat";
111 private VectorDrawableCompat() { method in class:VectorDrawableCompat
115 private VectorDrawableCompat(@NonNull VectorDrawableCompatState state) { method in class:VectorDrawableCompat
389 * Create a VectorDrawableCompat object.
392 * @param resId the resource ID for VectorDrawableCompat object.
394 * @return a new VectorDrawableCompat o
[all...]

Completed in 95 milliseconds