Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_info_sw.cpp629 WaterFlowSections::Section prevSection; in InitSegmentsForKeepPositionMode() local
632 prevSection = prevSections[prevSegIdx]; in InitSegmentsForKeepPositionMode()
637 if (AdjustLanes(sections, prevSection, start, prevSegIdx)) { in InitSegmentsForKeepPositionMode()
648 const WaterFlowSections::Section& prevSection, int32_t start, int32_t prevSegIdx) in AdjustLanes() argument
659 if (curSection.OnlyCountDiff(prevSection)) { in AdjustLanes()
H A Dwater_flow_layout_info_sw.h264 const WaterFlowSections::Section& prevSection, int32_t start, int32_t prevSegIdx);