Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h439 …void RefreshAllocatedRowSizes(int32_t rowIndex, int32_t itemRowSpan, const RefPtr<RenderNode>& ite…
H A Drender_grid_layout.cpp1678 RefreshAllocatedRowSizes(rowIndex, itemRowSpan, item); in PerformLayoutForEditGrid()
1713 RefreshAllocatedRowSizes(rowIndex, itemRowSpan, item); in PerformLayoutForStaticGrid()
2476 void RenderGridLayout::RefreshAllocatedRowSizes(int32_t rowIndex, int32_t itemRowSpan, const RefPtr… in RefreshAllocatedRowSizes() function in OHOS::Ace::RenderGridLayout