Searched refs:GetDeltaPredict (Results 1 – 2 of 2) sorted by relevance
56 float ChainAnimationNode::GetDeltaPredict(float delta, float duration) in GetDeltaPredict() function in OHOS::Ace::ChainAnimationNode167 value += nodes_[i]->GetDeltaPredict(delta * factor, duration); in GetValuePredict()172 value -= nodes_[-i]->GetDeltaPredict(-delta * factor, duration); in GetValuePredict()
42 float GetDeltaPredict(float delta, float duration);