Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dwater_flow_modifier.cpp450 const auto sectionsCount = sectionArray.size(); in SetWaterFlowSectionOptions() local
452 std::vector<WaterFlowSections::Section> newSections(sectionsCount); in SetWaterFlowSectionOptions()
454 for (size_t i = 0; i < sectionsCount; ++i) { in SetWaterFlowSectionOptions()
498 auto sectionsCount = newSection.size(); in GetWaterFlowSectionOptions() local
499 option.sections.resize(sectionsCount); in GetWaterFlowSectionOptions()
500 for (size_t i = 0; i < sectionsCount; ++i) { in GetWaterFlowSectionOptions()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_water_flow.cpp78 auto sectionsCount = sectionArray->Length(); in ParseChanges() local
80 for (size_t j = 0; j < sectionsCount; ++j) { in ParseChanges()