Home
last modified time | relevance | path

Searched defs:cacheCnt (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_layout_algorithm.cpp62 const int32_t cacheCnt = props->GetCachedCountValue(info_.defCachedCount_) * info_.crossCount_; in Measure() local
86 const int32_t cacheCnt = cacheCount * info.crossCount_; in Layout() local
619 void GridIrregularLayoutAlgorithm::SyncPreloadItems(int32_t cacheCnt) in SyncPreloadItems()
630 void GridIrregularLayoutAlgorithm::PreloadItems(int32_t cacheCnt) in PreloadItems()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_algorithm.cpp141 const int32_t cacheCnt = layoutProperty->GetCachedCountValue(layoutInfo_->defCachedCount_); in Measure() local
H A Dwater_flow_segmented_layout.cpp78 const int32_t cacheCnt = props->GetCachedCountValue(info_->defCachedCount_); in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp26 int32_t startIdx, LayoutWrapper* host, int32_t cacheCnt, std::list<GridPreloadItem>& buildList) in AddCacheItemsInFront()
84 const int32_t cacheCnt = static_cast<int32_t>( in Measure() local