Home
last modified time | relevance | path

Searched refs:GetCustomAnimationOperation (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_component.cpp65 const AnimationOperation& TweenComponent::GetCustomAnimationOperation() const in GetCustomAnimationOperation() function in OHOS::Ace::TweenComponent
H A Dtween_component.h50 const AnimationOperation& GetCustomAnimationOperation() const;
H A Dtween_element.cpp349 operationCustom_ = tweenComponent->GetCustomAnimationOperation(); in Update()