Home
last modified time | relevance | path

Searched defs:Velocity (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dspring_model.cpp108 double CriticalDampedModel::Velocity(double time) const in Velocity() function in OHOS::Ace::CriticalDampedModel
138 double OverdampedModel::Velocity(double time) const in Velocity() function in OHOS::Ace::OverdampedModel
167 double UnderdampedModel::Velocity(double time) const in Velocity() function in OHOS::Ace::UnderdampedModel
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dvelocity.h26 explicit Velocity(const Offset& offsetPerSecond) : offsetPerSecond_(offsetPerSecond) {} in Velocity() function
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_spring_chain.h49 double Velocity() const in Velocity() function