Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp732 auto curChildEndIndex = gridLayoutInfo_.endIndex_; in GetNextIndexByStep() local
783 …if (curChildEndIndex == childrenCount - 1 && curMainIndex == curMainEnd && nextMainIndex > curMain… in GetNextIndexByStep()
800 …} else if (curChildEndIndex != childrenCount - 1 && curMainIndex == curMainEnd && nextMainIndex > … in GetNextIndexByStep()
802 UpdateStartIndex(curChildEndIndex + 1); in GetNextIndexByStep()