Home
last modified time | relevance | path

Searched refs:animateComponent_ (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_svg_animate.cpp34 if (!animateComponent_) { in PrepareSpecializedComponent()
35 animateComponent_ = AceType::MakeRefPtr<SvgAnimateComponent>(std::to_string(GetNodeId()), GetTag()); in PrepareSpecializedComponent()
46 animateComponent_->SetBegin(declaration->GetBegin()); in SetAnimateAttrs()
47 animateComponent_->SetDur(declaration->GetDur()); in SetAnimateAttrs()
48 animateComponent_->SetEnd(declaration->GetEnd()); in SetAnimateAttrs()
49 animateComponent_->SetRepeatCount(declaration->GetRepeatCount()); in SetAnimateAttrs()
51 animateComponent_->SetFillMode(fillMode); in SetAnimateAttrs()
52 animateComponent_->SetCalcMode(ConvertCalcMode(declaration->GetCalcMode())); in SetAnimateAttrs()
53 animateComponent_->SetValues(declaration->GetValues()); in SetAnimateAttrs()
54 animateComponent_ in SetAnimateAttrs()
[all...]
H A Ddom_svg_animate_motion.cpp22 if (!animateComponent_) { in PrepareSpecializedComponent()
23 animateComponent_ = in PrepareSpecializedComponent()
25 animateComponent_->SetCalcMode(CalcMode::PACED); in PrepareSpecializedComponent()
H A Ddom_svg_animate_transform.cpp22 if (!animateComponent_) { in PrepareSpecializedComponent()
23 animateComponent_ = AceType::MakeRefPtr<SvgAnimateComponent>(std::to_string(GetNodeId()), in PrepareSpecializedComponent()
H A Ddom_svg_animate.h34 return animateComponent_;
42 RefPtr<SvgAnimateComponent> animateComponent_; member in OHOS::Ace::Framework::DOMSvgAnimate

Completed in 2 milliseconds