/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper_builder.h | 61 …void SetCacheCount(int32_t cacheCount, const std::optional<LayoutConstraintF>& itemConstraint = st…
|
H A D | layout_wrapper_node.cpp | 82 void LayoutWrapperNode::SetCacheCount(int32_t cacheCount, const std::optional<LayoutConstraintF>& i… in SetCacheCount() function in OHOS::Ace::NG::LayoutWrapperNode 85 layoutWrapperBuilder_->SetCacheCount(cacheCount, itemConstraint); in SetCacheCount()
|
H A D | layout_wrapper_node.h | 219 void SetCacheCount(
|
H A D | layout_wrapper.h | 192 virtual void SetCacheCount(
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_lanes_layout_algorithm.h | 65 void SetCacheCount(LayoutWrapper* layoutWrapper, int32_t cacheCount) override;
|
H A D | list_lanes_layout_algorithm.cpp | 234 void ListLanesLayoutAlgorithm::SetCacheCount(LayoutWrapper* layoutWrapper, int32_t cacheCount) in SetCacheCount() function in OHOS::Ace::NG::ListLanesLayoutAlgorithm 245 layoutWrapper->SetCacheCount(count); in SetCacheCount()
|
H A D | list_layout_algorithm.h | 435 virtual void SetCacheCount(LayoutWrapper* layoutWrapper, int32_t cacheCount);
|
H A D | list_layout_algorithm.cpp | 196 SetCacheCount(layoutWrapper, listLayoutProperty->GetCachedCountWithDefault()); in Measure() 200 void ListLayoutAlgorithm::SetCacheCount(LayoutWrapper* layoutWrapper, int32_t cacheCount) in SetCacheCount() function in OHOS::Ace::NG::ListLayoutAlgorithm 202 layoutWrapper->SetCacheCount(cacheCount); in SetCacheCount()
|
H A D | list_item_group_layout_algorithm.cpp | 122 layoutWrapper->SetCacheCount(listLayoutProperty_->GetCachedCountWithDefault() * lanes_); in Measure()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_node.h | 125 builder_->SetCacheCount(cacheCount); in OnSetCacheCount()
|
H A D | lazy_for_each_builder.h | 514 void SetCacheCount(int32_t cacheCount) in SetCacheCount() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/layout/ |
H A D | layout_wrapper_test_ng.cpp | 269 layoutWrapper->SetCacheCount(CACHE_COUNT); 282 layoutWrapper->SetCacheCount(CACHE_COUNT);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/ |
H A D | water_flow_layout_algorithm.cpp | 142 layoutWrapper->SetCacheCount(cacheCnt); in Measure()
|
H A D | water_flow_segmented_layout.cpp | 79 wrapper_->SetCacheCount(cacheCnt); in Measure()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/ |
H A D | lazy_for_each_syntax_test_ng.cpp | 846 lazyLayoutWrapperBuilder1->SetCacheCount(CACHE_COUNT); 866 lazyLayoutWrapperBuilder2->SetCacheCount(CACHE_COUNT);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/ |
H A D | grid_irregular_layout_algorithm.cpp | 89 wrapper_->SetCacheCount(cacheCnt); in Layout()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/ |
H A D | water_flow_layout_sw.cpp | 97 wrapper->SetCacheCount(cacheCount); in Layout()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.h | 823 void SetCacheCount(
|
H A D | frame_node.cpp | 444 void SetCacheCount(int32_t cacheCount, const std::optional<LayoutConstraintF>& itemConstraint) in SetCacheCount() function in OHOS::Ace::NG::FrameNode::FrameProxy 4609 void FrameNode::SetCacheCount(int32_t cacheCount, const std::optional<LayoutConstraintF>& itemConst… in SetCacheCount() function in OHOS::Ace::NG::FrameNode 4611 frameProxy_->SetCacheCount(cacheCount, itemConstraint); in SetCacheCount()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_layout_algorithm.cpp | 287 …layoutWrapper->SetCacheCount(std::min(swiperPattern->GetCachedCount(), maxCachedCount), childLayou… in Measure()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/ |
H A D | grid_scroll_layout_algorithm.cpp | 86 layoutWrapper->SetCacheCount(cacheCnt); in Measure()
|