HomeSort by relevance Sort by last modified time
    Searched defs:VectorDrawable (Results 1 - 14 of 14) sorted by null

  /frameworks/base/libs/hwui/hwui/
Canvas.h 65 namespace VectorDrawable {
69 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot;
260 * Draws a VectorDrawable onto the canvas.
  /frameworks/base/libs/hwui/pipeline/skia/
SkiaRecordingCanvas.cpp 123 class VectorDrawable : public SkDrawable {
125 VectorDrawable(VectorDrawableRoot* tree) : mRoot(tree) {}
140 drawDrawable(mDisplayList->allocateDrawable<VectorDrawable>(tree));
  /frameworks/base/libs/hwui/
DisplayList.h 62 namespace VectorDrawable {
65 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot;
VectorDrawable.cpp 17 #include "VectorDrawable.h"
33 namespace VectorDrawable {
599 ATRACE_FORMAT("VectorDrawable repaint %dx%d", cacheWidth, cacheHeight);
638 }; // namespace VectorDrawable
RecordedOp.h 44 namespace VectorDrawable {
351 VectorDrawableOp(VectorDrawable::Tree* tree, BASE_PARAMS_PAINTLESS)
353 , vectorDrawable(tree) {}
354 VectorDrawable::Tree* vectorDrawable;
VectorDrawable.h 52 namespace VectorDrawable {
59 /* A VectorDrawable is composed of a tree of nodes.
768 } // namespace VectorDrawable
770 typedef VectorDrawable::Path::Data PathData;
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java 66 * for each VectorDrawable. Therefore, referring to the same VectorDrawable means sharing the same
68 * and redrawn every time size is changed. In other words, if a VectorDrawable is used for
71 * VectorDrawable can be defined in an XML file with the <code>&lt;vector></code> element.
196 * <li>Here is a simple VectorDrawable in this vectordrawable.xml file.
236 public class VectorDrawable extends Drawable {
237 private static final String LOGTAG = VectorDrawable.class.getSimpleName();
266 public VectorDrawable() {
274 private VectorDrawable(@NonNull VectorDrawableState state, @Nullable Resources res)
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 95 milliseconds