Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h53 constexpr double GRID_SPRING_STIFF = 228.0; variable
H A Drender_grid_layout.cpp2800 …auto springDes = AceType::MakeRefPtr<SpringProperty>(GRID_SPRING_MASS, GRID_SPRING_STIFF, GRID_SPR… in StartSpringAnimation()