/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/ |
H A D | water_flow_layout_algorithm_base.cpp | 22 LayoutWrapper* host, const RefPtr<WaterFlowLayoutInfoBase>& info, int32_t cacheCount) in PreloadItems() 45 LayoutWrapper* host, const RefPtr<WaterFlowLayoutInfoBase>& info, int32_t cacheCount) in SyncPreloadItems() 60 … const RefPtr<WaterFlowLayoutInfoBase>& info, LayoutWrapper* host, int32_t cacheCount, bool force) in GeneratePreloadList()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_layout_base_algorithm.cpp | 25 …const int32_t cacheCount = gridLayoutProperty->GetCachedCountValue(gridLayoutInfo_.defCachedCount_… in AdjustChildrenHeight() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_lanes_layout_algorithm.cpp | 234 void ListLanesLayoutAlgorithm::SetCacheCount(LayoutWrapper* layoutWrapper, int32_t cacheCount) in SetCacheCount() 550 …t32_t> ListLanesLayoutAlgorithm::LayoutCachedItem(LayoutWrapper* layoutWrapper, int32_t cacheCount) in LayoutCachedItem() 593 …int32_t cacheCount, int32_t& cachedCount, int32_t curIndex, std::list<PredictLayoutItem>& predictL… in LayoutCachedForward() 642 …int32_t cacheCount, int32_t& cachedCount, int32_t curIndex, std::list<PredictLayoutItem>& predictL… in LayoutCachedBackward()
|
H A D | list_item_group_pattern.cpp | 410 void ListItemGroupPattern::UpdateActiveChildRange(bool forward, int32_t cacheCount, bool show) in UpdateActiveChildRange() 455 …t32_t ListItemGroupPattern::UpdateCachedIndexForward(bool outOfView, bool show, int32_t cacheCount) in UpdateCachedIndexForward() 479 …32_t ListItemGroupPattern::UpdateCachedIndexBackward(bool outOfView, bool show, int32_t cacheCount) in UpdateCachedIndexBackward()
|
H A D | list_layout_algorithm.cpp | 200 void ListLayoutAlgorithm::SetCacheCount(LayoutWrapper* layoutWrapper, int32_t cacheCount) in SetCacheCount() 1422 void ListLayoutAlgorithm::ProcessCacheCount(LayoutWrapper* layoutWrapper, int32_t cacheCount, bool … in ProcessCacheCount() 1532 auto cacheCount = listProps->GetCachedCountWithDefault(); in Layout() local 1842 …st<int32_t> ListLayoutAlgorithm::LayoutCachedItem(LayoutWrapper* layoutWrapper, int32_t cacheCount) in LayoutCachedItem() 1976 …int32_t cacheCount, int32_t& cachedCount, int32_t curIndex, std::list<PredictLayoutItem>& predictL… in LayoutCachedForward() 2022 …int32_t cacheCount, int32_t& cachedCount, int32_t curIndex, std::list<PredictLayoutItem>& predictL… in LayoutCachedBackward() 2068 LayoutWrapper* layoutWrapper, int32_t cacheCount, std::list<PredictLayoutItem>& predictList) in LayoutCachedItemInEdgeGroup() 2106 …youtItem> ListLayoutAlgorithm::LayoutCachedItemV2(LayoutWrapper* layoutWrapper, int32_t cacheCount, in LayoutCachedItemV2()
|
H A D | list_item_group_layout_algorithm.cpp | 125 void ListItemGroupLayoutAlgorithm::UpdateCachedItemPosition(int32_t cacheCount) in UpdateCachedItemPosition() 251 …upLayoutAlgorithm::SetActiveChildRange(LayoutWrapper* layoutWrapper, int32_t cacheCount, bool show) in SetActiveChildRange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_node.h | 121 …void OnSetCacheCount(int32_t cacheCount, const std::optional<LayoutConstraintF>& itemConstraint) o… in OnSetCacheCount()
|
H A D | lazy_for_each_builder.h | 514 void SetCacheCount(int32_t cacheCount) in SetCacheCount()
|
H A D | repeat_virtual_scroll_caches.cpp | 712 uint32_t cacheCount = (cacheCountL24ttype_.find(ttype) == cacheCountL24ttype_.end()) in Purge() local
|
/ohos5.0/drivers/interface/display/composer/cache_manager/ |
H A D | layer_cache.cpp | 62 int32_t LayerCache::SetBufferCacheMaxCount(uint32_t cacheCount) in SetBufferCacheMaxCount()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
H A D | hdidevice_test.cpp | 198 uint32_t cacheCount = 1; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/ |
H A D | water_flow_layout_sw.cpp | 80 const int32_t cacheCount = props->GetCachedCountValue(info_->defCachedCount_); in Layout() local 274 const int32_t cacheCount = props->GetCachedCountValue(info_->defCachedCount_); in MeasureBeforeAnimation() local 814 void WaterFlowLayoutSW::RecoverCacheItems(int32_t cacheCount) in RecoverCacheItems()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper_node.cpp | 82 void LayoutWrapperNode::SetCacheCount(int32_t cacheCount, const std::optional<LayoutConstraintF>& i… in SetCacheCount()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | grid_layout_component.h | 188 void SetCachedCount(int32_t cacheCount) in SetCachedCount()
|
/ohos5.0/drivers/interface/display/composer/v1_0/hdi_impl/ |
H A D | display_composer_hdi_impl.h | 129 virtual int32_t SetClientBufferCacheCount(uint32_t devId, uint32_t cacheCount) override in SetClientBufferCacheCount() 344 virtual int32_t CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t cacheCount, in CreateLayer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/ |
H A D | water_flow_segmented_layout.cpp | 114 const int32_t cacheCount = props->GetCachedCountValue(info_->defCachedCount_); in Layout() local
|
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/device_fuzzer/ |
H A D | device_fuzzer.cpp | 108 uint32_t cacheCount = GetData<uint32_t>(); in TestSetClientBufferCacheCount() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/ |
H A D | grid_irregular_layout_algorithm.cpp | 80 const int32_t cacheCount = props->GetCachedCountValue(info.defCachedCount_); in Layout() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/ |
H A D | grid_scroll_layout_algorithm.cpp | 221 const int32_t cacheCount = props->GetCachedCountValue(gridLayoutInfo_.defCachedCount_); in Layout() local 1100 auto cacheCount = gridLayoutProperty->GetCachedCountValue(gridLayoutInfo_.defCachedCount_); in SkipLargeOffset() local 1817 auto cacheCount = gridLayoutProperty->GetCachedCountValue(gridLayoutInfo_.defCachedCount_); in FillCacheLineAtEnd() local
|
/ohos5.0/drivers/peripheral/display/composer/hdi_service/src/ |
H A D | display_composer_service.cpp | 497 …isplayComposerService::CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t cacheCount, in CreateLayer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.h | 726 …void OnSetCacheCount(int32_t cacheCount, const std::optional<LayoutConstraintF>& itemConstraint) o… in OnSetCacheCount()
|
H A D | ui_node.cpp | 1502 void UINode::OnSetCacheCount(int32_t cacheCount, const std::optional<LayoutConstraintF>& itemConstr… in OnSetCacheCount()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_device_impl.cpp | 669 …iDeviceImpl::CreateLayer(uint32_t screenId, const GraphicLayerInfo &layerInfo, uint32_t cacheCount, in CreateLayer()
|
/ohos5.0/base/inputmethod/imf/services/src/ |
H A D | ime_info_inquirer.cpp | 363 SwitchInfo &switchInfo, int32_t userId, bool enableOn, uint32_t cacheCount) in GetSwitchInfoBySwitchCount()
|
H A D | input_method_system_ability.cpp | 1386 uint32_t cacheCount = 0; in SwitchType() local
|