Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test.cpp700 node->isContainBootAnimation_ = true;
704 node->isContainBootAnimation_ = false;
711 EXPECT_FALSE(node->isContainBootAnimation_);
713 node->isContainBootAnimation_ = true;
715 EXPECT_TRUE(node->isContainBootAnimation_);
1873 nodeTest->isContainBootAnimation_ = true;
H A Drs_base_render_node_test.cpp896 ASSERT_TRUE(node->isContainBootAnimation_);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp124 if (node.isContainBootAnimation_) { in DumpNodeOptionalFlags()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp265 isContainBootAnimation_ = isContainBootAnimation; in SetContainBootAnimation()
708 if (isContainBootAnimation_) { in DumpTree()
3478 if (isContainBootAnimation_ && !existingChild->GetBootAnimation()) { in GenerateFullChildrenList()
3496 if (isContainBootAnimation_ && !disappearingChild->GetBootAnimation()) { in GenerateFullChildrenList()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h956 bool isContainBootAnimation_ = false; variable