Searched defs:Velocity (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/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 |
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ | ||
H A D | velocity.h | 26 explicit Velocity(const Offset& offsetPerSecond) : offsetPerSecond_(offsetPerSecond) {} in Velocity() function |
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/animation/ | ||
H A D | mock_spring_chain.h | 49 double Velocity() const in Velocity() function |