Searched refs:AnimationRepeatCallback (Results 1 – 10 of 10) sorted by relevance
47 class RSC_EXPORT AnimationRepeatCallback {49 AnimationRepeatCallback(std::function<void()> callback) : callback_(std::move(callback)) {} in AnimationRepeatCallback() function50 ~AnimationRepeatCallback() = default;
47 class AnimationRepeatCallback; variable127 void SetRepeatCallback(const std::shared_ptr<AnimationRepeatCallback>& repeatCallback);139 std::shared_ptr<AnimationRepeatCallback> repeatCallback_;
30 class AnimationRepeatCallback; variable46 std::shared_ptr<AnimationRepeatCallback>&& repeatCallback);112 const std::shared_ptr<AnimationFinishCallback>, std::shared_ptr<AnimationRepeatCallback>>>
48 void AnimationRepeatCallback::Execute() in Execute()
34 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()
74 void RSAnimation::SetRepeatCallback(const std::shared_ptr<AnimationRepeatCallback>& repeatCallback) in SetRepeatCallback()
70 auto finishCallback = std::make_shared<AnimationRepeatCallback>(func);75 auto finishCallback1 = std::make_shared<AnimationRepeatCallback>(func1);
245 auto repeatCallback = std::make_shared<AnimationRepeatCallback>(func);
498 std::shared_ptr<AnimationRepeatCallback> animationRepeatCallback;500 animationRepeatCallback = std::make_shared<AnimationRepeatCallback>(repeatCallback);
266 std::shared_ptr<AnimationRepeatCallback> animationRepeatCallback; in Animate()268 animationRepeatCallback = std::make_shared<AnimationRepeatCallback>(repeatCallback); in Animate()