Searched refs:DEFAULT_OVER_SPRING_PROPERTY (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | simple_spring_chain.cpp | 23 const RefPtr<SpringProperty> DEFAULT_OVER_SPRING_PROPERTY = variable 143 return DEFAULT_OVER_SPRING_PROPERTY; in GetDefaultOverSpringProperty()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scrollable.cpp | 33 const RefPtr<SpringProperty> DEFAULT_OVER_SPRING_PROPERTY = variable 813 … = AceType::MakeRefPtr<SpringMotion>(start, end, scrollSnapVelocity, DEFAULT_OVER_SPRING_PROPERTY); in StartScrollSnapMotion() 852 … currentPos_, scrollSnapDelta + currentPos_, scrollSnapVelocity, DEFAULT_OVER_SPRING_PROPERTY); in ProcessScrollSnapSpringMotion() 861 … currentPos_, scrollSnapDelta + currentPos_, scrollSnapVelocity, DEFAULT_OVER_SPRING_PROPERTY); in ProcessScrollSnapSpringMotion() 877 scrollSnapMotion_->Reset(currPos + offset, endPos, velocity, DEFAULT_OVER_SPRING_PROPERTY); in UpdateScrollSnapStartOffset() 1139 return DEFAULT_OVER_SPRING_PROPERTY; in GetDefaultOverSpringProperty() 1150 scrollSnapMotion_->Reset(currPos, endPos - offset, velocity, DEFAULT_OVER_SPRING_PROPERTY); in UpdateScrollSnapEndWithOffset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list_item.cpp | 381 const RefPtr<SpringProperty> DEFAULT_OVER_SPRING_PROPERTY = in StartSpringMotion() local 384 …ingMotion_ = AceType::MakeRefPtr<SpringMotion>(start, end, velocity, DEFAULT_OVER_SPRING_PROPERTY); in StartSpringMotion()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_pattern.cpp | 619 const RefPtr<SpringProperty> DEFAULT_OVER_SPRING_PROPERTY = in StartSpringMotion() local 622 …ingMotion_ = AceType::MakeRefPtr<SpringMotion>(start, end, velocity, DEFAULT_OVER_SPRING_PROPERTY); in StartSpringMotion() 624 springMotion_->Reset(start, end, velocity, DEFAULT_OVER_SPRING_PROPERTY); in StartSpringMotion()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | title_bar_test_ng.cpp | 401 …RefPtr<SpringProperty> DEFAULT_OVER_SPRING_PROPERTY = AceType::MakeRefPtr<SpringProperty>(mass, st… variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | render_swiper.cpp | 1012 const RefPtr<SpringProperty> DEFAULT_OVER_SPRING_PROPERTY = in StartSpringMotion() local 1020 initExtent, DEFAULT_OVER_SPRING_PROPERTY); in StartSpringMotion()
|