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 D | rs_render_animation.cpp | 147 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 D | rs_base_render_node_test.cpp | 646 HWTEST_F(RSBaseRenderNodeTest, CheckGroupableAnimation, TestSize.Level1) 651 node->CheckGroupableAnimation(id, isAnimAdd);
|
H A D | rs_render_node_test.cpp | 2418 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 D | rs_render_node.h | 545 void CheckGroupableAnimation(const PropertyId& id, bool isAnimAdd);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 3153 void RSRenderNode::CheckGroupableAnimation(const PropertyId& id, bool isAnimAdd) in CheckGroupableAnimation() function in OHOS::Rosen::RSRenderNode
|