Home
last modified time | relevance | path

Searched defs:cacheCount (Results 1 – 23 of 23) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
Dwater_flow_layout_algorithm_base.cpp22 LayoutWrapper* host, const RefPtr<WaterFlowLayoutInfoBase>& info, int32_t cacheCount) in PreloadItems()
45 const RefPtr<WaterFlowLayoutInfoBase>& info, LayoutWrapper* host, int32_t cacheCount) in GeneratePreloadList()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
Dgrid_layout_base_algorithm.cpp25 …const int32_t cacheCount = gridLayoutProperty->GetCachedCountValue(gridLayoutInfo_.defCachedCount_… in AdjustChildrenHeight() local
Dgrid_pattern.cpp2009 auto cacheCount = gridLayoutProperty->GetCachedCountValue(gridLayoutInfo_.defCachedCount_) * in IsPredictOutOfRange() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_item_group_pattern.cpp387 void ListItemGroupPattern::UpdateActiveChildRange(bool forward, int32_t cacheCount) in UpdateActiveChildRange()
399 int32_t ListItemGroupPattern::UpdateForwardCachedIndex(int32_t cacheCount, bool outOfView) in UpdateForwardCachedIndex()
411 int32_t ListItemGroupPattern::UpdateBackwardCachedIndex(int32_t cacheCount, bool outOfView) in UpdateBackwardCachedIndex()
431 auto cacheCount = listLayoutProperty->GetCachedCountWithDefault() - cached; in LayoutCache() local
Dlist_lanes_layout_algorithm.cpp234 void ListLanesLayoutAlgorithm::SetCacheCount(LayoutWrapper* layoutWrapper, int32_t cacheCount) in SetCacheCount()
549 …t32_t> ListLanesLayoutAlgorithm::LayoutCachedItem(LayoutWrapper* layoutWrapper, int32_t cacheCount) in LayoutCachedItem()
579 int32_t cacheCount, int32_t cached, int32_t& currIndex) in LayoutCachedForward()
630 int32_t cacheCount, int32_t cached, int32_t& currIndex) in LayoutCachedBackward()
Dlist_layout_algorithm.cpp198 void ListLayoutAlgorithm::SetCacheCount(LayoutWrapper* layoutWrapper, int32_t cacheCount) in SetCacheCount()
1400 void ListLayoutAlgorithm::ProcessCacheCount(LayoutWrapper* layoutWrapper, int32_t cacheCount) in ProcessCacheCount()
1506 auto cacheCount = listLayoutProperty->GetCachedCountWithDefault(); in Layout() local
1786 …st<int32_t> ListLayoutAlgorithm::LayoutCachedItem(LayoutWrapper* layoutWrapper, int32_t cacheCount) in LayoutCachedItem()
1874 const RefPtr<LayoutWrapper>& wrapper, bool forward, int32_t cacheCount, bool outOfView) in GetLayoutGroupCachedCount()
1905 int32_t cacheCount, int32_t cached, int32_t& currIndex) in LayoutCachedForward()
1945 int32_t cacheCount, int32_t cached, int32_t& currIndex) in LayoutCachedBackward()
1984 …youtItem> ListLayoutAlgorithm::LayoutCachedItemV2(LayoutWrapper* layoutWrapper, int32_t cacheCount) in LayoutCachedItemV2()
Dlist_item_group_layout_algorithm.h46 int32_t cacheCount = 0; member
Dlist_item_group_layout_algorithm.cpp212 …ListItemGroupLayoutAlgorithm::SetActiveChildRange(LayoutWrapper* layoutWrapper, int32_t cacheCount) in SetActiveChildRange()
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
Dlazy_for_each_node.h120 …void OnSetCacheCount(int32_t cacheCount, const std::optional<LayoutConstraintF>& itemConstraint) o… in OnSetCacheCount()
Dlazy_for_each_builder.h499 void SetCacheCount(int32_t cacheCount) in SetCacheCount()
Drepeat_virtual_scroll_caches.cpp712 uint32_t cacheCount = (cacheCountL24ttype_.find(ttype) == cacheCountL24ttype_.end()) in Purge() local
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
Dhdidevice_test.cpp195 uint32_t cacheCount = 1; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
Dgrid_scroll_layout_algorithm.cpp300 auto cacheCount = gridLayoutProperty->GetCachedCountValue(gridLayoutInfo_.defCachedCount_); in Layout() local
316 void GridScrollLayoutAlgorithm::LayoutCachedItem(LayoutWrapper* layoutWrapper, int32_t cacheCount) in LayoutCachedItem()
325 …idScrollLayoutAlgorithm::LayoutBackwardCachedLine(LayoutWrapper* layoutWrapper, int32_t cacheCount) in LayoutBackwardCachedLine()
399 …ridScrollLayoutAlgorithm::LayoutForwardCachedLine(LayoutWrapper* layoutWrapper, int32_t cacheCount) in LayoutForwardCachedLine()
1271 auto cacheCount = gridLayoutProperty->GetCachedCountValue(gridLayoutInfo_.defCachedCount_); in SkipLargeOffset() local
1984 auto cacheCount = gridLayoutProperty->GetCachedCountValue(gridLayoutInfo_.defCachedCount_); in FillCacheLineAtEnd() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
Dlayout_wrapper_node.cpp82 void LayoutWrapperNode::SetCacheCount(int32_t cacheCount, const std::optional<LayoutConstraintF>& i… in SetCacheCount()
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
Dgrid_layout_component.h188 void SetCachedCount(int32_t cacheCount) in SetCachedCount()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
Dwater_flow_layout_sw.cpp72 const int32_t cacheCount = props->GetCachedCountValue(info_->defCachedCount_); in Layout() local
751 void WaterFlowLayoutSW::RecoverCacheItems(int32_t cacheCount) in RecoverCacheItems()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
Dwater_flow_segmented_layout.cpp111 const int32_t cacheCount = props->GetCachedCountValue(info_->defCachedCount_); in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
Dgrid_irregular_layout_algorithm.cpp70 const int32_t cacheCount = props->GetCachedCountValue(info.defCachedCount_); in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dframe_node.h719 …void OnSetCacheCount(int32_t cacheCount, const std::optional<LayoutConstraintF>& itemConstraint) o… in OnSetCacheCount()
Dui_node.cpp1507 void UINode::OnSetCacheCount(int32_t cacheCount, const std::optional<LayoutConstraintF>& itemConstr… in OnSetCacheCount()
Dframe_node.cpp439 void SetCacheCount(int32_t cacheCount, const std::optional<LayoutConstraintF>& itemConstraint) in SetCacheCount()
4424 void FrameNode::SetCacheCount(int32_t cacheCount, const std::optional<LayoutConstraintF>& itemConst… in SetCacheCount()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
Dhdi_device_impl.cpp663 …iDeviceImpl::CreateLayer(uint32_t screenId, const GraphicLayerInfo &layerInfo, uint32_t cacheCount, in CreateLayer()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_pattern.cpp4409 auto cacheCount = std::min(GetCachedCount(), RealTotalCount()); in SetLazyLoadFeature() local