Searched defs:repeatCallback (Results 1 – 9 of 9) sorted by relevance
69 const FinishCallback& finishCallback, const RepeatCallback& repeatCallback) in Animate()116 …ertyCallback& callback, const FinishCallback& finishCallback, const RepeatCallback& repeatCallback) in StartAnimation()
34 std::shared_ptr<AnimationRepeatCallback>&& repeatCallback) in OpenImplicitAnimation()525 …auto& repeatCallback = std::get<std::shared_ptr<AnimationRepeatCallback>>(globalImplicitParams_.to… in CreateImplicitAnimation() local695 …auto& repeatCallback = std::get<std::shared_ptr<AnimationRepeatCallback>>(globalImplicitParams_.to… in CreateImplicitAnimationWithInitialVelocity() local
74 void RSAnimation::SetRepeatCallback(const std::shared_ptr<AnimationRepeatCallback>& repeatCallback) in SetRepeatCallback()
114 const FinishCallback& finishCallback, const RepeatCallback& repeatCallback) in Animate()157 …ertyCallback& callback, const FinishCallback& finishCallback, const RepeatCallback& repeatCallback) in StartAnimation()
245 auto repeatCallback = std::make_shared<AnimationRepeatCallback>(func); variable
699 auto repeatCallback = eventHub->GetRepeatEvent(); variable
5472 …std::shared_ptr<PreviewOutputCallbackImpl> repeatCallback = std::make_shared<PreviewOutputCallback… variable5680 …std::shared_ptr<VideoOutputCallbackImpl> repeatCallback = std::make_shared<VideoOutputCallbackImpl… variable7642 sptr<IStreamRepeatCallback> repeatCallback = iface_cast<IStreamRepeatCallback>(object); variable
4450 std::function<void()> repeatCallback = nullptr; variable
249 const std::function<void()>& finishCallback, const std::function<void()>& repeatCallback) in Animate()