Home
last modified time | relevance | path

Searched refs:GetDeltaPredict (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dchain_animation.cpp56 float ChainAnimationNode::GetDeltaPredict(float delta, float duration) in GetDeltaPredict() function in OHOS::Ace::ChainAnimationNode
167 value += nodes_[i]->GetDeltaPredict(delta * factor, duration); in GetValuePredict()
172 value -= nodes_[-i]->GetDeltaPredict(-delta * factor, duration); in GetValuePredict()
H A Dchain_animation.h42 float GetDeltaPredict(float delta, float duration);