Searched refs:vectorDrawables (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/frameworks/support/samples/SupportVectorDrawableDemos/
H A Dbuild.gradle30 vectorDrawables.useSupportLibrary = true
/frameworks/support/samples/SupportVectorDrawableDemos/
H A Dbuild.gradle30 vectorDrawables.useSupportLibrary = true
/frameworks/base/libs/hwui/
H A DDisplayList.cpp47 , vectorDrawables(stdAllocator) {
97 for (auto& vectorDrawable : vectorDrawables) {
121 for (auto& vectorDrawable : vectorDrawables) {
H A DDisplayList.h120 virtual bool hasVectorDrawables() const { return !vectorDrawables.empty(); }
159 LsaVector<VectorDrawableRoot*> vectorDrawables; member in class:android::uirenderer::DisplayList
H A DRecordingCanvas.cpp459 mDisplayList->vectorDrawables.push_back(tree);

Completed in 42 milliseconds