Home
last modified time | relevance | path

Searched defs:itemRowSpan (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/
H A Dgrid_layout_algorithm.cpp295 int32_t itemRowSpan = rect.rowSpan; in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp383 int32_t itemRowSpan = GetItemSpan(item, true); in GetTargetLayoutSize() local
1662 int32_t itemRowSpan = 1; in PerformLayoutForEditGrid() local
1693 int32_t itemRowSpan = GetItemSpan(item, true); in PerformLayoutForStaticGrid() local
2476 void RenderGridLayout::RefreshAllocatedRowSizes(int32_t rowIndex, int32_t itemRowSpan, const RefPtr… in RefreshAllocatedRowSizes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp822 int32_t itemRowSpan = GetItemSpan(items_[item.second], true); in SupplyItems() local