Searched defs:Velocity (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/test/mock/core/animation/ | ||
H A D | mock_spring_chain.h | 49 double Velocity() const in Velocity() function in OHOS::Ace::SpringChainItem |
/foundation/arkui/ace_engine/frameworks/core/gestures/ | ||
H A D | velocity.h | 26 explicit Velocity(const Offset& offsetPerSecond) : offsetPerSecond_(offsetPerSecond) {} in Velocity() function in OHOS::Ace::final [all...] |
/foundation/arkui/ace_engine/frameworks/core/animation/ | ||
H A D | spring_model.cpp | 108 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 |
Completed in 2 milliseconds