Home
last modified time | relevance | path

Searched refs:showAnimationEffect_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_progress.cpp77 …[](const std::string& val, DOMProgress& progress) { progress.showAnimationEffect_ = StringToBool(v… in SetSpecializedAttr()
225 progressChild_->GetTrack()->SetShowAnimation(showAnimationEffect_); in PrepareSpecializedComponent()
226 progressChild_->SetAnimationPlay(showAnimationEffect_); in PrepareSpecializedComponent()
H A Ddom_progress.h55 bool showAnimationEffect_ = true; variable