Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H A Ddrag_animation_helper.cpp50 constexpr float DEFAULT_INTERPOLATING_SPRING_MASS = 1.0f; variable
184 DEFAULT_INTERPOLATING_SPRING_MASS, DEFAULT_INTERPOLATING_SPRING_STIFFNESS, in PlayNodeAnimationBeforeLifting()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcurve.h407 static constexpr float DEFAULT_INTERPOLATING_SPRING_MASS = 1.0f; variable