Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dbilateral_spring_node.cpp128 double delta = springValue - lastTheoryValue_; in SimpleFixedValue()
129 lastTheoryValue_ = springValue; in SimpleFixedValue()
H A Dbilateral_spring_node.h49 double lastTheoryValue_ = 0.0; variable