Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation_callback.h47 class RSC_EXPORT AnimationRepeatCallback {
49 AnimationRepeatCallback(std::function<void()> callback) : callback_(std::move(callback)) {} in AnimationRepeatCallback() function
50 ~AnimationRepeatCallback() = default;
H A Drs_animation.h47 class AnimationRepeatCallback; variable
127 void SetRepeatCallback(const std::shared_ptr<AnimationRepeatCallback>& repeatCallback);
139 std::shared_ptr<AnimationRepeatCallback> repeatCallback_;
H A Drs_implicit_animator.h30 class AnimationRepeatCallback; variable
46 std::shared_ptr<AnimationRepeatCallback>&& repeatCallback);
112 const std::shared_ptr<AnimationFinishCallback>, std::shared_ptr<AnimationRepeatCallback>>>
H A Drs_animation_callback.cpp48 void AnimationRepeatCallback::Execute() in Execute()
H A Drs_implicit_animator.cpp34 std::shared_ptr<AnimationRepeatCallback>&& repeatCallback) in OpenImplicitAnimation()
525 …auto& repeatCallback = std::get<std::shared_ptr<AnimationRepeatCallback>>(globalImplicitParams_.to… in CreateImplicitAnimation()
695 …auto& repeatCallback = std::get<std::shared_ptr<AnimationRepeatCallback>>(globalImplicitParams_.to… in CreateImplicitAnimationWithInitialVelocity()
H A Drs_animation.cpp74 void RSAnimation::SetRepeatCallback(const std::shared_ptr<AnimationRepeatCallback>& repeatCallback) in SetRepeatCallback()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_callback_test.cpp70 auto finishCallback = std::make_shared<AnimationRepeatCallback>(func);
75 auto finishCallback1 = std::make_shared<AnimationRepeatCallback>(func1);
H A Drs_implicit_animator_test.cpp245 auto repeatCallback = std::make_shared<AnimationRepeatCallback>(func);
/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);
/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()
268 animationRepeatCallback = std::make_shared<AnimationRepeatCallback>(repeatCallback); in Animate()