Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/
H A Dgrid_layout_algorithm.cpp51 rowLen += (rowSpan - 1) * rowsGap_; in CreateChildConstraint()
72rowsGap_ = ConvertToPx(layoutProperty->GetRowsGap().value_or(0.0_vp), scale, idealSize.Height()).v… in InitGridCeils()
75 idealSize.Height(), rowsGap_, layoutWrapper->GetTotalChildCount()); in InitGridCeils()
83 rowsGap_ = rows.second; in InitGridCeils()
192 positionY += row * rowsGap_; in ComputeItemPosition()
204 rowLen += (rowSpan - 1) * rowsGap_; in ComputeItemPosition()
H A Dgrid_layout_algorithm.h61 float rowsGap_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Dwater_flow_component.cpp46 rowsGap_ = 0.0_px; in SetRowsGap()
49 rowsGap_ = rowsGap; in SetRowsGap()
H A Dwater_flow_component.h62 return rowsGap_; in GetRowsGap()
130 Dimension rowsGap_ = 0.0_px; variable