Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_surface_node_command.h95 static void SetAnimationFinished(RSContext& context, NodeId nodeId);
161 …NODE, SURFACE_NODE_SET_ANIMATION_FINISHED, SurfaceNodeCommandHelper::SetAnimationFinished, NodeId))
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfacenodecommand_fuzzer/
H A Drssurfacenodecommand_fuzzer.cpp91 SurfaceNodeCommandHelper::SetAnimationFinished(context, id); in DoSurfacenodecommand()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_surface_node_command_test.cpp421 SurfaceNodeCommandHelper::SetAnimationFinished(context, id);
424 SurfaceNodeCommandHelper::SetAnimationFinished(context, id2);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_surface_node.h95 void SetAnimationFinished();
H A Drs_surface_node.cpp455 void RSSurfaceNode::SetAnimationFinished() in SetAnimationFinished() function in OHOS::Rosen::RSSurfaceNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_surface_node_command.cpp211 void SurfaceNodeCommandHelper::SetAnimationFinished(RSContext& context, NodeId nodeId) in SetAnimationFinished() function in OHOS::Rosen::SurfaceNodeCommandHelper
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp340 weak->leashWinSurfaceNode_->SetAnimationFinished(); in AddNodeOnRSTree()
H A Dremote_animation.cpp935 dstNodeSptr->leashWinSurfaceNode_->SetAnimationFinished(); in CreateShowAnimationFinishedCallback()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_surface_node_test.cpp1278 HWTEST_F(RSSurfaceNodeTest, SetAnimationFinished, TestSize.Level1)
1282 surfaceNode->SetAnimationFinished();
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rssurfacenode_fuzzer/
H A Drssurfacenode_fuzzer.cpp261 surfaceNode->SetAnimationFinished(); in DoSetAnimationFinished()