Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_layout_algorithm.cpp59 CHECK_NULL_VOID(listLayoutProperty_); in Measure()
62 axis_ = listLayoutProperty_->GetListDirection().value_or(Axis::VERTICAL); in Measure()
63 layoutDirection_ = listLayoutProperty_->GetNonAutoLayoutDirection(); in Measure()
169 CHECK_NULL_VOID(listLayoutProperty_); in Layout()
171 bool show = listLayoutProperty_->GetShowCachedItemsValue(false); in Layout()
172 layoutProperty->UpdateListLanes(listLayoutProperty_->GetLanes(), in Layout()
173 listLayoutProperty_->GetLaneMinLength(), listLayoutProperty_->GetLaneMaxLength()); in Layout()
274 auto listPadding = listLayoutProperty_->CreatePaddingAndBorder().Offset(); in SetActiveChildRange()
366 auto listPadding = listLayoutProperty_->CreatePaddingAndBorder().Offset(); in NeedMeasureItem()
1118 selfOffset = selfOffset - listLayoutProperty_->CreatePaddingAndBorder().Offset(); in LayoutHeaderFooterRTL()
[all …]
H A Dlist_item_group_layout_algorithm.h190 listLayoutProperty_ = std::move(layoutProperty); in SetListLayoutProperty()
447 RefPtr<ListLayoutProperty> listLayoutProperty_; variable
H A Dlist_layout_algorithm.cpp89 listLayoutProperty_ = listLayoutProperty; in Measure()
236 CHECK_NULL_RETURN(listLayoutProperty_, true); in IsListLanesEqual()
239 return groupProps->IsListLanesEqual(listLayoutProperty_->GetLanes(), in IsListLanesEqual()
240 listLayoutProperty_->GetLaneMinLength(), listLayoutProperty_->GetLaneMaxLength()); in IsListLanesEqual()
H A Dlist_layout_algorithm.h474 RefPtr<ListLayoutProperty> listLayoutProperty_; variable