Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/unit/
DSkiaDisplayListTests.cpp182 VectorDrawableRoot cleanVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST() local
183 cleanVD.mutateProperties()->setBounds(bounds); in RENDERTHREAD_TEST()
184 skiaDL.appendVD(&cleanVD); in RENDERTHREAD_TEST()
185 cleanVD.getBitmapUpdateIfDirty(); // this clears the dirty bit in RENDERTHREAD_TEST()
187 ASSERT_FALSE(cleanVD.isDirty()); in RENDERTHREAD_TEST()
188 ASSERT_FALSE(cleanVD.getPropertyChangeWillBeConsumed()); in RENDERTHREAD_TEST()
192 ASSERT_FALSE(cleanVD.getPropertyChangeWillBeConsumed()); in RENDERTHREAD_TEST()