Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp731 auto curChildStartIndex = gridLayoutInfo_.startIndex_; in GetNextIndexByStep() local
780 if (curChildStartIndex == 0 && curMainIndex == 0 && nextMainIndex < curMainIndex) { in GetNextIndexByStep()
793 if (curChildStartIndex != 0 && curMainIndex == curMainStart && nextMainIndex < curMainIndex) { in GetNextIndexByStep()
795 UpdateStartIndex(curChildStartIndex - 1); in GetNextIndexByStep()