Searched refs:GetCachedCountWithDefault (Results 1 – 5 of 5) sorted by relevance
90 int32_t GetCachedCountWithDefault() const in GetCachedCountWithDefault() function
619 auto cacheCountForward = listLayoutProperty->GetCachedCountWithDefault() - forwardCached; in LayoutCache()620 auto cacheCountBackward = listLayoutProperty->GetCachedCountWithDefault() - backwardCached; in LayoutCache()
111 UpdateCachedItemPosition(listLayoutProperty_->GetCachedCountWithDefault() * lanes_); in Measure()122 layoutWrapper->SetCacheCount(listLayoutProperty_->GetCachedCountWithDefault() * lanes_); in Measure()174 SetActiveChildRange(layoutWrapper, listLayoutProperty_->GetCachedCountWithDefault(), show); in Layout()
508 return property->GetCachedCountWithDefault(); in GetCachedCount()
196 SetCacheCount(layoutWrapper, listLayoutProperty->GetCachedCountWithDefault()); in Measure()1532 auto cacheCount = listProps->GetCachedCountWithDefault(); in Layout()