Home
last modified time | relevance | path

Searched refs:fillBack (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.h201 void PrepareSectionPos(int32_t idx, bool fillBack);
H A Dwater_flow_layout_info_sw.cpp539 void WaterFlowLayoutInfoSW::PrepareSectionPos(int32_t idx, bool fillBack) in PrepareSectionPos() argument
541 int32_t prevSeg = GetSegment(fillBack ? idx - 1 : idx + 1); in PrepareSectionPos()