Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_layout_manager.cpp57 chainInterval_ = context->NormalizeToPx(renderList_.GetChainProperty().Interval()); in Update()
373 chain_->SetControlStiffness(renderList_.GetChainProperty().ControlStiffness()); in FlushChainAnimation()
374 chain_->SetControlDamping(renderList_.GetChainProperty().ControlDamping()); in FlushChainAnimation()
740 const auto& property = renderList_.GetChainProperty(); in InitChainAnimation()
754 chain_->SetDecoration(context->NormalizeToPx(renderList_.GetChainProperty().Interval())); in InitChainAnimation()
755 chain_->SetMinDecoration(context->NormalizeToPx(renderList_.GetChainProperty().MinInterval())); in InitChainAnimation()
756 chain_->SetMaxDecoration(context->NormalizeToPx(renderList_.GetChainProperty().MaxInterval())); in InitChainAnimation()
H A Dlist_component.h419 const SpringChainProperty& GetChainProperty() const in GetChainProperty() function
H A Drender_list.h429 const SpringChainProperty& GetChainProperty() const in GetChainProperty() function
H A Drender_list.cpp74 chainProperty_ = list->GetChainProperty(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.h359 const SpringChainProperty& GetChainProperty() const in GetChainProperty() function
H A Drender_list.cpp2044 const auto& property = GetChainProperty(); in InitChainAnimation()
2128 chain_->SetControlStiffness(GetChainProperty().ControlStiffness()); in FlushChainAnimation()
2129 chain_->SetControlDamping(GetChainProperty().ControlDamping()); in FlushChainAnimation()