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

/frameworks/base/libs/hwui/hwui/
H A DCanvas.h58 namespace VectorDrawable { namespace in namespace:android::uirenderer
62 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot;
221 * Draws a VectorDrawable onto the canvas.
/frameworks/base/libs/hwui/
H A DRecordedOp.h43 namespace VectorDrawable { namespace in namespace:android::uirenderer
351 VectorDrawableOp(VectorDrawable::Tree* tree, BASE_PARAMS_PAINTLESS)
354 VectorDrawable::Tree* vectorDrawable;
H A DVectorDrawable.cpp17 #include "VectorDrawable.h"
32 namespace VectorDrawable { namespace in namespace:android::uirenderer
586 }; // namespace VectorDrawable
H A DVectorDrawable.h42 namespace VectorDrawable { namespace in namespace:android::uirenderer
49 /* A VectorDrawable is composed of a tree of nodes.
722 } // namespace VectorDrawable
724 typedef VectorDrawable::Path::Data PathData;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java61 * for each VectorDrawable. Therefore, referring to the same VectorDrawable means sharing the same
63 * and redrawn every time size is changed. In other words, if a VectorDrawable is used for
66 * VectorDrawable can be defined in an XML file with the <code>&lt;vector></code> element.
183 * <li>Here is a simple VectorDrawable in this vectordrawable.xml file.
204 public class VectorDrawable extends Drawable { class in inherits:Drawable
205 private static final String LOGTAG = VectorDrawable.class.getSimpleName();
234 public VectorDrawable() { method in class:VectorDrawable
242 private VectorDrawable(@NonNull VectorDrawableState state, @Nullable Resources res) { method in class:VectorDrawable
491 state.mThemeAttrs, R.styleable.VectorDrawable);
[all...]

Completed in 118 milliseconds