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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java166 * <li>Here is a simple VectorDrawable in this vectordrawable.xml file.
187 public class VectorDrawable extends Drawable { class in inherits:Drawable
188 private static final String LOGTAG = VectorDrawable.class.getSimpleName();
232 public VectorDrawable() { method in class:VectorDrawable
236 private VectorDrawable(@NonNull VectorDrawableState state, @Nullable Resources res) { method in class:VectorDrawable
414 * Update the VectorDrawable dimension since the res can be in different Dpi now.
416 * the current VectorDrawable's dimension information.
477 state.mThemeAttrs, R.styleable.VectorDrawable);
527 public static VectorDrawable create(Resources resources, int rid) {
540 final VectorDrawable drawabl
[all...]

Completed in 72 milliseconds