Home
last modified time | relevance | path

Searched refs:SetAnimationOperation (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_element.cpp76 tween->SetAnimationOperation(AnimationOperation::PLAY); in ShowPopupInSubWindow()
128 tween->SetAnimationOperation(AnimationOperation::PLAY); in ShowPopup()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_component.cpp48 void TweenComponent::SetAnimationOperation(const AnimationOperation& operation) in SetAnimationOperation() function in OHOS::Ace::TweenComponent
H A Dtween_component.h44 void SetAnimationOperation(const AnimationOperation& operation);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toast/
H A Dtoast_component.cpp188 tween->SetAnimationOperation(AnimationOperation::PLAY); in Show()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.cpp335 tween->SetAnimationOperation(AnimationOperation::PLAY); in Initialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp1680 tweenComponent_->SetAnimationOperation(animationStyle.animationOperation); in UpdateTweenComponent()