Home
last modified time | relevance | path

Searched refs:UpdateDefaultCachedCount (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_info_base.cpp68 void WaterFlowLayoutInfoBase::UpdateDefaultCachedCount() in UpdateDefaultCachedCount() function in OHOS::Ace::NG::WaterFlowLayoutInfoBase
H A Dwater_flow_layout_info_base.h187 void UpdateDefaultCachedCount();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.h351 void UpdateDefaultCachedCount();
H A Dgrid_layout_info.cpp979 void GridLayoutInfo::UpdateDefaultCachedCount() in UpdateDefaultCachedCount() function in OHOS::Ace::NG::GridLayoutInfo
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.h466 int32_t UpdateDefaultCachedCount(const int32_t oldCachedCount, const int32_t itemCount);
H A Dlist_layout_algorithm.cpp1534 int32_t newCacheCount = UpdateDefaultCachedCount(cacheCount, itemCount); in Layout()
2448 int32_t ListLayoutAlgorithm::UpdateDefaultCachedCount(const int32_t oldCacheCount, const int32_t it… in UpdateDefaultCachedCount() function in OHOS::Ace::NG::ListLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_algorithm.cpp221 layoutInfo_->UpdateDefaultCachedCount(); in Layout()
H A Dwater_flow_segmented_layout.cpp116 info_->UpdateDefaultCachedCount(); in Layout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_layout_algorithm.cpp82 gridLayoutInfo_.UpdateDefaultCachedCount(); in Layout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_sw.cpp82 info_->UpdateDefaultCachedCount(); in Layout()