Home
last modified time | relevance | path

Searched refs:DEFAULT_INTERPOLATING_SPRING_VELOCITY (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.cpp49 constexpr float DEFAULT_INTERPOLATING_SPRING_VELOCITY = 10.0f; variable
183 … auto springCurve = AceType::MakeRefPtr<InterpolatingSpring>(DEFAULT_INTERPOLATING_SPRING_VELOCITY, in PlayNodeAnimationBeforeLifting()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcurve.h408 static constexpr float DEFAULT_INTERPOLATING_SPRING_VELOCITY = 0.0f; variable