Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp1276 auto nextListItemGroupPara = GetListItemGroupParameter(nextIndexNode); in ScrollListItemGroupForFocus() local
1279 nextIndexInGroup = moveStep < 0 ? nextListItemGroupPara.itemEndIndex : 0; in ScrollListItemGroupForFocus()
1286 if ((nextIndexInGroup < nextListItemGroupPara.displayStartIndex) || in ScrollListItemGroupForFocus()
1287 (nextIndexInGroup > nextListItemGroupPara.displayEndIndex) || (isScrollIndex)) { in ScrollListItemGroupForFocus()
1291 } else if (nextIndexInGroup > nextListItemGroupPara.itemEndIndex) { in ScrollListItemGroupForFocus()
1295 …if ((nextIndexInGroup < curIndexInGroup) && (nextIndexInGroup < nextListItemGroupPara.displayStart… in ScrollListItemGroupForFocus()
1298 …e if ((nextIndexInGroup > curIndexInGroup) && (nextIndexInGroup > nextListItemGroupPara.displayEnd… in ScrollListItemGroupForFocus()