Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgrid_container_composed_element.cpp69 return std::to_string(node->GetGridContainerInfo()->GetColumns()); in GetColumns()
78 switch (node->GetGridContainerInfo()->GetSizeType()) { in GetSizeType()
100 return node->GetGridContainerInfo()->GetGutterWidth().ToString(); in GetGutter()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.h272 const RefPtr<GridContainerInfo>& GetGridContainerInfo() const in GetGridContainerInfo() function