Home
last modified time | relevance | path

Searched refs:chainProperty_ (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_component.h416 chainProperty_ = property; in SetChainProperty()
421 return chainProperty_; in GetChainProperty()
569 SpringChainProperty chainProperty_; variable
H A Drender_list.h431 return chainProperty_; in GetChainProperty()
565 SpringChainProperty chainProperty_; variable
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.h361 return chainProperty_; in GetChainProperty()
405 SpringChainProperty chainProperty_; variable
H A Drender_list.cpp150 spaceWidth_ += NormalizeToPx(chainProperty_.Interval()); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list.h163 SpringChainProperty chainProperty_; variable
H A Ddom_list.cpp334 listComponent_->SetChainProperty(chainProperty_); in CreateOrUpdateList()