Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp1489 auto listProps = AceType::DynamicCast<ListLayoutProperty>(layoutWrapper->GetLayoutProperty()); in Layout() local
1490 CHECK_NULL_VOID(listProps); in Layout()
1491 auto axis_ = listProps->GetListDirection().value_or(Axis::VERTICAL); in Layout()
1498 listItemAlign_ = listProps->GetListItemAlign().value_or(V2::ListItemAlign::START); in Layout()
1503 FixPredictSnapOffset(listProps); in Layout()
1532 auto cacheCount = listProps->GetCachedCountWithDefault(); in Layout()
1533 if (!listProps->HasCachedCount()) { in Layout()
1535 listProps->SetDefaultCachedCount(newCacheCount); in Layout()
1537 ProcessCacheCount(layoutWrapper, cacheCount, listProps->GetShowCachedItemsValue(false)); in Layout()