Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.cpp26 constexpr float SPRING_SCROLL_STIFFNESS = 228.0f; variable
34 …AceType::MakeRefPtr<SpringProperty>(SPRING_SCROLL_MASS, SPRING_SCROLL_STIFFNESS, SPRING_SCROLL_DAM…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp1010 constexpr double SPRING_SCROLL_STIFFNESS = 100.0; in StartSpringMotion() local
1013 …AceType::MakeRefPtr<SpringProperty>(SPRING_SCROLL_MASS, SPRING_SCROLL_STIFFNESS, SPRING_SCROLL_DAM… in StartSpringMotion()