Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgrid_composed_element.cpp96 return renderGrip->GetRowTemplate(); in GetRowsTemplate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h147 const std::string& GetRowTemplate() const in GetRowTemplate() function
H A Drender_grid_layout.cpp495 std::vector<double> rows = ParseArgs(GetRowTemplate(), rowSize_, rowGap_); in InitialGridProp()
1625 rows = ParseArgs(GetRowTemplate(), rowSize_, rowGap_); in CalculateHorizontalSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp418 main = ParseArgs(GetRowTemplate(), rowSize_, rowGap_); in BuildGrid()
428 cross = ParseArgs(GetRowTemplate(), rowSize_, rowGap_); in BuildGrid()