Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_component.h424 void SetOverSpringProperty(const RefPtr<SpringProperty>& property) in SetOverSpringProperty() function
431 void SetOverSpringProperty(double mass, double stiffness, double damping) in SetOverSpringProperty() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list.cpp338 … listComponent_->SetOverSpringProperty(SpringChainProperty::GetDefaultOverSpringProperty()); in CreateOrUpdateList()
340 listComponent_->SetOverSpringProperty(Scrollable::GetDefaultOverSpringProperty()); in CreateOrUpdateList()
343 listComponent_->SetOverSpringProperty(1.0, overStiffness_, overDamping_); in CreateOrUpdateList()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.h328 void SetOverSpringProperty(const RefPtr<SpringProperty>& property) in SetOverSpringProperty() function
H A Drender_multi_child_scroll.cpp271 scrollable_->SetOverSpringProperty(listComponent->OverSpringProperty()); in Update()