Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsimple_spring_node.cpp53 NotifyNext(value_, velocity_); in SetValue()
56 void SimpleSpringNode::NotifyNext(double endValue, double initVelocity) in NotifyNext() function in OHOS::Ace::SimpleSpringNode
104 NotifyNext(endValue, velocity); in EndToValue()
H A Dbilateral_spring_node.h33 void NotifyNext(double endValue, double initVelocity) override;
H A Dsimple_spring_node.h70 virtual void NotifyNext(double endValue, double initVelocity);
H A Dbilateral_spring_node.cpp25 void BilateralSpringNode::NotifyNext(double endValue, double initVelocity) in NotifyNext() function in OHOS::Ace::BilateralSpringNode