Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dwater_flow_modifier.cpp455 const auto& sectionData = sectionArray[i]; in SetWaterFlowSectionOptions() local
458 section.itemsCount = sectionData.itemsCount; in SetWaterFlowSectionOptions()
459 section.crossCount = sectionData.crossCount; in SetWaterFlowSectionOptions()
460 section.columnsGap = Dimension(sectionData.columnsGap); in SetWaterFlowSectionOptions()
461 section.rowsGap = Dimension(sectionData.rowsGap); in SetWaterFlowSectionOptions()
464 paddings.top = std::optional<CalcLength>(sectionData.margin[0]); in SetWaterFlowSectionOptions()
465 paddings.right = std::optional<CalcLength>(sectionData.margin[1]); in SetWaterFlowSectionOptions()
466 paddings.bottom = std::optional<CalcLength>(sectionData.margin[2]); in SetWaterFlowSectionOptions()
467 paddings.left = std::optional<CalcLength>(sectionData.margin[3]); in SetWaterFlowSectionOptions()
469 if (sectionData.onGetItemMainSizeByIndex) { in SetWaterFlowSectionOptions()
[all …]