Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h54 constexpr double GRID_SPRING_DAMP = 30.0; variable
H A Drender_grid_layout.cpp2800 …ngDes = AceType::MakeRefPtr<SpringProperty>(GRID_SPRING_MASS, GRID_SPRING_STIFF, GRID_SPRING_DAMP); in StartSpringAnimation()