Searched refs:CreateMotionAnimate (Results 1 – 4 of 4) sorted by relevance
87 void CreateMotionAnimate() in CreateMotionAnimate() function in OHOS::Ace::SvgAnimationMock100 svgAnimate_->CreateMotionAnimate(std::move(callback), animator_); in CreateMotionAnimate()111 CreateMotionAnimate(); in OnPostFlush()
55 …bool CreateMotionAnimate(std::function<void(double)>&& callback, const RefPtr<Animator>& animator);
113 bool SvgAnimate::CreateMotionAnimate(std::function<void(double)>&& callback, const RefPtr<Animator>… in CreateMotionAnimate() function in OHOS::Ace::SvgAnimate
511 if (!svgAnimate->CreateMotionAnimate(std::move(callback), animator)) { in PrepareAnimateMotion()516 if (svgAnimate->CreateMotionAnimate(std::move(callback), animator)) { in PrepareAnimateMotion()