Home
last modified time | relevance | path

Searched defs:hasVectorDrawables (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaDisplayList.h85 bool hasVectorDrawables() const override { return !mVectorDrawables.empty(); } in hasVectorDrawables() function
/frameworks/base/libs/hwui/
DDisplayList.h120 virtual bool hasVectorDrawables() const { return !vectorDrawables.empty(); } in hasVectorDrawables() function