Searched refs:listProps (Results 1 – 1 of 1) sorted by relevance
1489 auto listProps = AceType::DynamicCast<ListLayoutProperty>(layoutWrapper->GetLayoutProperty()); in Layout() local1490 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()