Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp690 … auto groupItemCount = groupWrapper->GetTotalChildCount() - groupPattern->GetItemStartIndex(); in CheckJumpValid() local
693 jumpIndexInGroup_ = groupItemCount - 1; in CheckJumpValid()
694 … } else if ((jumpIndexInGroup_.value() < 0) || (jumpIndexInGroup_.value() >= groupItemCount)) { in CheckJumpValid()
H A Dlist_pattern.cpp1371 auto groupItemCount = groupWrapper->GetTotalChildCount() - groupPattern->GetItemStartIndex(); in CheckTargetValid() local
1372 if ((indexInGroup < 0) || (indexInGroup >= groupItemCount)) { in CheckTargetValid()