Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_component.cpp59 void TweenComponent::SetCustomAnimationOperation(const AnimationOperation& operation) in SetCustomAnimationOperation() function in OHOS::Ace::TweenComponent
H A Dtween_component.h45 void SetCustomAnimationOperation(const AnimationOperation& operation);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Dbase_animation_bridge.cpp151 tweenComponent->SetCustomAnimationOperation(AnimationOperation::NONE); in SetTweenComponentParams()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_animation_bridge.cpp684 tweenComponent->SetCustomAnimationOperation(operation_); in AnimationBridgeTaskFunc()