Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp1035 auto nextIndexInGroup = curIndexInGroup; in GetNextFocusNode()
1048 if ((curIndexInGroup == -1) || (curIndexInGroup >= curListItemGroupPara.itemEndIndex)) { in GetNextFocusNode()
1057 if ((curIndexInGroup == -1) || (curIndexInGroup <= 0)) { in GetNextFocusNode()
1074 if (curIndexInGroup == -1) { in GetNextFocusNode()
1083 if (curIndexInGroup == -1) { in GetNextFocusNode()
1094 ((curIndexInGroup != -1) && in GetNextFocusNode()
1098 } else if ((curIndexInGroup != -1) && in GetNextFocusNode()
1105 ((curIndexInGroup != -1) && (curIndexInGroup % curListItemGroupPara.lanes == 0))) { in GetNextFocusNode()
1108 … } else if ((curIndexInGroup != -1) && (curIndexInGroup % curListItemGroupPara.lanes != 0)) { in GetNextFocusNode()
1113 if ((curIndexInGroup == -1) || (curIndexInGroup >= curListItemGroupPara.itemEndIndex)) { in GetNextFocusNode()
[all …]
H A Dlist_pattern.h368 int32_t curIndexInGroup, int32_t moveStep, FocusStep step);
370 … ScrollListItemGroupForFocus(int32_t nextIndex, int32_t& nextIndexInGroup, int32_t curIndexInGroup,