Searched refs:animationRepeatCallback (Results 1 – 2 of 2) sorted by relevance
498 std::shared_ptr<AnimationRepeatCallback> animationRepeatCallback;500 animationRepeatCallback = std::make_shared<AnimationRepeatCallback>(repeatCallback);504 …mingProtocol, timingCurve, std::move(animationFinishCallback), std::move(animationRepeatCallback));
266 std::shared_ptr<AnimationRepeatCallback> animationRepeatCallback; in Animate() local268 animationRepeatCallback = std::make_shared<AnimationRepeatCallback>(repeatCallback); in Animate()271 …mingProtocol, timingCurve, std::move(animationFinishCallback), std::move(animationRepeatCallback)); in Animate()