Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_property.h90 int32_t GetCachedCountWithDefault() const in GetCachedCountWithDefault() function
H A Dlist_item_group_pattern.cpp619 auto cacheCountForward = listLayoutProperty->GetCachedCountWithDefault() - forwardCached; in LayoutCache()
620 auto cacheCountBackward = listLayoutProperty->GetCachedCountWithDefault() - backwardCached; in LayoutCache()
H A Dlist_item_group_layout_algorithm.cpp111 UpdateCachedItemPosition(listLayoutProperty_->GetCachedCountWithDefault() * lanes_); in Measure()
122 layoutWrapper->SetCacheCount(listLayoutProperty_->GetCachedCountWithDefault() * lanes_); in Measure()
174 SetActiveChildRange(layoutWrapper, listLayoutProperty_->GetCachedCountWithDefault(), show); in Layout()
H A Dlist_model_ng.cpp508 return property->GetCachedCountWithDefault(); in GetCachedCount()
H A Dlist_layout_algorithm.cpp196 SetCacheCount(layoutWrapper, listLayoutProperty->GetCachedCountWithDefault()); in Measure()
1532 auto cacheCount = listProps->GetCachedCountWithDefault(); in Layout()