Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_water_flow.cpp104 waterFlowSections->ChangeData(0, waterFlowSections->GetSectionInfo().size(), newSections); in ParseSections()
132 CHECK_NULL_VOID(waterFlowSections); in UpdateSections()
137 ParseChanges(args, changeArray, waterFlowSections); in UpdateSections()
142 if (waterFlowSections->GetSectionInfo().size() != sectionLength->ToNumber<uint32_t>()) { in UpdateSections()
145 ParseSections(args, JSRef<JSArray>::Cast(allSections), waterFlowSections); in UpdateSections()
156 auto waterFlowSections = WaterFlowModel::GetInstance()->GetOrCreateWaterFlowSections(); in UpdateWaterFlowSections() local
157 CHECK_NULL_VOID(waterFlowSections); in UpdateWaterFlowSections()
158 UpdateSections(args, sections, waterFlowSections); in UpdateWaterFlowSections()
164 auto waterFlowSections = NG::WaterFlowModelNG::GetOrCreateWaterFlowSections(frameNode); in UpdateWaterFlowSectionsByFrameNode() local
165 CHECK_NULL_VOID(waterFlowSections); in UpdateWaterFlowSectionsByFrameNode()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dwater_flow_modifier.cpp447 auto waterFlowSections = WaterFlowModelNG::GetOrCreateWaterFlowSections(frameNode); in SetWaterFlowSectionOptions() local
482 waterFlowSections->ReplaceFrom(start, newSections); in SetWaterFlowSectionOptions()