Home
last modified time | relevance | path

Searched refs:GetGridItemWidth (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_item_component.h109 const Dimension& GetGridItemWidth() const in GetGridItemWidth() function
H A Drender_grid_layout_item.h141 const Dimension& GetGridItemWidth() const in GetGridItemWidth() function
H A Drender_grid_layout_item.cpp42 itemWidth_ = gridItem->GetGridItemWidth(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp566 itemMainSize = gridLayoutItem->GetGridItemWidth(); in LayoutChild()