Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp2413 double dampInc = std::fabs(currentIndex_ - targetIndex_) * SPRING_DAMP_INC; in StartIndicatorSpringAnimation() local
2414 …escription = AceType::MakeRefPtr<SpringProperty>(SPRING_MASS, SPRING_STIFF, SPRING_DAMP + dampInc); in StartIndicatorSpringAnimation()