Home
last modified time | relevance | path

Searched refs:SyncPreload (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.h196 void SyncPreload(LayoutWrapper* wrapper, int32_t cacheLineCnt, float crossSize, float mainSize);
H A Dgrid_scroll_layout_algorithm.cpp100SyncPreload(layoutWrapper, gridLayoutProperty->GetCachedCountValue(1), crossSize, mainSize); in Measure()
2065 void GridScrollLayoutAlgorithm::SyncPreload( in SyncPreload() function in OHOS::Ace::NG::GridScrollLayoutAlgorithm