Home
last modified time | relevance | path

Searched defs:initVelocity (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dfriction_motion.cpp29 FrictionMotion::FrictionMotion(double friction, double initPosition, double initVelocity) in FrictionMotion()
34 void FrictionMotion::Reset(double friction, double initPosition, double initVelocity, double thresh… in Reset()
H A Dbilateral_spring_node.cpp25 void BilateralSpringNode::NotifyNext(double endValue, double initVelocity) in NotifyNext()
H A Dsimple_spring_node.cpp56 void SimpleSpringNode::NotifyNext(double endValue, double initVelocity) in NotifyNext()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp667 void Scrollable::FixScrollMotion(float position, float initVelocity) in FixScrollMotion()