Searched refs:hasVectorDrawables (Results 1 – 3 of 3) sorted by relevance
86 bool hasVectorDrawables() const override { return !mVectorDrawables.empty(); } in hasVectorDrawables() function
116 virtual bool hasVectorDrawables() const { return !vectorDrawables.empty(); } in hasVectorDrawables() function
323 EXPECT_TRUE(rootNode->getDisplayList()->hasVectorDrawables()); in RENDERTHREAD_TEST()