Searched refs:nextListItemGroupPara (Results 1 – 1 of 1) sorted by relevance
1276 auto nextListItemGroupPara = GetListItemGroupParameter(nextIndexNode); in ScrollListItemGroupForFocus() local1279 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()