Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h378 …void CalculateHorizontalSize(std::vector<double>& cols, std::vector<double>& rows, int32_t dragLea…
H A Drender_grid_layout.cpp1564 CalculateHorizontalSize(cols, rows, dragLeaveOrEnter); in InitialDynamicGridProp()
1614 void RenderGridLayout::CalculateHorizontalSize( in CalculateHorizontalSize() function in OHOS::Ace::RenderGridLayout