Searched refs:SetRowGap (Results 1 – 4 of 4) sorted by relevance
123 void GridLayoutComponent::SetRowGap(const Dimension& rowGap) in SetRowGap() function in OHOS::Ace::GridLayoutComponent
62 void SetRowGap(const Dimension& rowGap);
89 grid->SetRowGap(value); in SetRowsGap()
129 grid_->SetRowGap(rowGap_); in CreateOrUpdateGrid()