Home
last modified time | relevance | path

Searched refs:SetCustomTweenOption (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_component.cpp37 void TweenComponent::SetCustomTweenOption(const TweenOption& option) in SetCustomTweenOption() function in OHOS::Ace::TweenComponent
H A Dtween_component.h43 void SetCustomTweenOption(const TweenOption& option);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Dbase_animation_bridge.cpp150 tweenComponent->SetCustomTweenOption(tweenOption); in SetTweenComponentParams()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_animation_bridge.cpp718 tweenComponent->SetCustomTweenOption(option); in AnimationBridgeTaskFunc()