Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_animation.cpp147 target_->CheckGroupableAnimation(GetPropertyId(), true); in Attach()
159 target_->CheckGroupableAnimation(GetPropertyId(), false); in Detach()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_base_render_node_test.cpp646 HWTEST_F(RSBaseRenderNodeTest, CheckGroupableAnimation, TestSize.Level1)
651 node->CheckGroupableAnimation(id, isAnimAdd);
H A Drs_render_node_test.cpp2418 nodeTest->CheckGroupableAnimation(0, true);
2420 nodeTest->CheckGroupableAnimation(1, true);
2427 canvasRenderNodeTest->CheckGroupableAnimation(1, true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h545 void CheckGroupableAnimation(const PropertyId& id, bool isAnimAdd);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp3153 void RSRenderNode::CheckGroupableAnimation(const PropertyId& id, bool isAnimAdd) in CheckGroupableAnimation() function in OHOS::Rosen::RSRenderNode