Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/unit/
DSkiaDisplayListTests.cpp195 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST() local
196 dirtyVD.mutateProperties()->setBounds(bounds); in RENDERTHREAD_TEST()
197 skiaDL.appendVD(&dirtyVD); in RENDERTHREAD_TEST()
199 ASSERT_TRUE(dirtyVD.isDirty()); in RENDERTHREAD_TEST()
200 ASSERT_FALSE(dirtyVD.getPropertyChangeWillBeConsumed()); in RENDERTHREAD_TEST()
203 ASSERT_TRUE(dirtyVD.getPropertyChangeWillBeConsumed()); in RENDERTHREAD_TEST()
252 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST() local
253 dirtyVD.mutateProperties()->setBounds(b); in RENDERTHREAD_TEST()
254 skiaDL.appendVD(&dirtyVD); in RENDERTHREAD_TEST()
256 ASSERT_TRUE(dirtyVD.isDirty()); in RENDERTHREAD_TEST()
[all …]