Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_component.cpp123 void GridLayoutComponent::SetRowGap(const Dimension& rowGap) in SetRowGap() function in OHOS::Ace::GridLayoutComponent
H A Dgrid_layout_component.h62 void SetRowGap(const Dimension& rowGap);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgrid_model_impl.cpp89 grid->SetRowGap(value); in SetRowsGap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_div.cpp129 grid_->SetRowGap(rowGap_); in CreateOrUpdateGrid()