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 D | animation_framework_test.cpp | 1996 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 D | render_swiper.cpp | 2414 …auto springDescription = AceType::MakeRefPtr<SpringProperty>(SPRING_MASS, SPRING_STIFF, SPRING_DAM… in StartIndicatorSpringAnimation() local
|