Home
last modified time | relevance | path

Searched refs:vectorDrawables (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayList.cpp47 , vectorDrawables(stdAllocator) {} in DisplayList()
96 for (auto& vectorDrawable : vectorDrawables) { in syncContents()
122 for (auto& vectorDrawable : vectorDrawables) { in prepareListAndChildren()
DDisplayList.h116 virtual bool hasVectorDrawables() const { return !vectorDrawables.empty(); } in hasVectorDrawables()
157 LsaVector<VectorDrawableRoot*> vectorDrawables; variable
DRecordingCanvas.cpp426 mDisplayList->vectorDrawables.push_back(tree); in drawVectorDrawable()
/frameworks/support/samples/Support7Demos/
Dbuild.gradle17 vectorDrawables.useSupportLibrary = true
/frameworks/support/samples/SupportDesignDemos/
Dbuild.gradle17 vectorDrawables.useSupportLibrary = true
/frameworks/support/samples/SupportVectorDrawableDemos/
Dbuild.gradle29 vectorDrawables.useSupportLibrary = true
/frameworks/support/work/integration-tests/testapp/
Dbuild.gradle32 defaultConfig.vectorDrawables.useSupportLibrary = true