Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/unit/
DVectorDrawableTests.cpp358 TEST(VectorDrawable, groupProperties) { in TEST() argument
392 TEST(VectorDrawable, drawPathWithoutIncrementingShaderRefCount) { in TEST() argument
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java317 public class VectorDrawable extends Drawable { class
350 public VectorDrawable() { in VectorDrawable() method in VectorDrawable
358 private VectorDrawable(@NonNull VectorDrawableState state, @Nullable Resources res) { in VectorDrawable() method in VectorDrawable
/frameworks/base/libs/hwui/
DVectorDrawable.cpp33 namespace VectorDrawable { namespace