Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h379 void UpdateCollectionInfo(std::vector<double> cols, std::vector<double> rows);
H A Drender_grid_layout.cpp1569 UpdateCollectionInfo(cols, rows); in InitialDynamicGridProp()
1640 void RenderGridLayout::UpdateCollectionInfo(std::vector<double> cols, std::vector<double> rows) in UpdateCollectionInfo() function in OHOS::Ace::RenderGridLayout