Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp60 constexpr float DEL_SPRING_RESPONSE = 0.005f; variable
1791 … std::max(DEFAULT_SPRING_RESPONSE - DEL_SPRING_RESPONSE * allAnimationCnt_, MIN_SPRING_RESPONSE); in DragMoveAnimation()