Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_component.cpp43 const TweenOption& TweenComponent::GetCustomTweenOption() const in GetCustomTweenOption() function in OHOS::Ace::TweenComponent
H A Dtween_component.h48 const TweenOption& GetCustomTweenOption() const;
H A Dtween_element.cpp341 optionCustom_ = tweenComponent->GetCustomTweenOption(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_animation_bridge.cpp271 auto option = tweenComponent->GetCustomTweenOption(); in JsAnimationStartTimeGet()
716 auto option = tweenComponent->GetCustomTweenOption(); in AnimationBridgeTaskFunc()