Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.h498 std::shared_ptr<AnimationRepeatCallback> animationRepeatCallback;
500 animationRepeatCallback = std::make_shared<AnimationRepeatCallback>(repeatCallback);
504 …mingProtocol, timingCurve, std::move(animationFinishCallback), std::move(animationRepeatCallback));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp266 std::shared_ptr<AnimationRepeatCallback> animationRepeatCallback; in Animate() local
268 animationRepeatCallback = std::make_shared<AnimationRepeatCallback>(repeatCallback); in Animate()
271 …mingProtocol, timingCurve, std::move(animationFinishCallback), std::move(animationRepeatCallback)); in Animate()