Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsimple_spring_node.cpp52 NotifyUpdateListener(value_, velocity_); in SetValue()
131 NotifyUpdateListener(value_, velocity_); in OnAnimation()
136 NotifyUpdateListener(value_, velocity_); in OnAnimation()
154 NotifyUpdateListener(value_, velocity_); in ResetNode()
H A Dbilateral_spring_node.cpp76 NotifyUpdateListener(value_, velocity_); in OnAnimation()
83 NotifyUpdateListener(value_, velocity_); in OnAnimation()
H A Dspring_node_listenable.h43 void NotifyUpdateListener(double value, double velocity) const in NotifyUpdateListener() function