Home
last modified time | relevance | path

Searched defs:springDescription (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/framework/
H A Danimation_framework_test.cpp1996 auto springDescription = AceType::MakeRefPtr<SpringProperty>(1.0, 100.0, 20.0); variable
2041 auto springDescription = AceType::MakeRefPtr<SpringProperty>(1.0, 100.0, 25.0); variable
2085 auto springDescription = AceType::MakeRefPtr<SpringProperty>(1.0, 100.0, 5.0); variable
2129 auto springDescription = AceType::MakeRefPtr<SpringProperty>(1.0, 100.0, 20.0); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp2414 …auto springDescription = AceType::MakeRefPtr<SpringProperty>(SPRING_MASS, SPRING_STIFF, SPRING_DAM… in StartIndicatorSpringAnimation() local