Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp1229 auto isScrollIndex = ScrollListForFocus(nextIndex, curIndex, nextIndexInGroup); in ScrollAndFindFocusNode() local
1231 curIndexInGroup, moveStep, step, isScrollIndex); in ScrollAndFindFocusNode()
1238 auto isScrollIndex = false; in ScrollListForFocus() local
1240 CHECK_NULL_RETURN(pipeline, isScrollIndex); in ScrollListForFocus()
1243 isScrollIndex = true; in ScrollListForFocus()
1252 isScrollIndex = true; in ScrollListForFocus()
1260 return isScrollIndex; in ScrollListForFocus()
1264 int32_t moveStep, FocusStep step, bool isScrollIndex) in ScrollListItemGroupForFocus() argument
1287 (nextIndexInGroup > nextListItemGroupPara.displayEndIndex) || (isScrollIndex)) { in ScrollListItemGroupForFocus()
H A Dlist_pattern.h371 int32_t moveStep, FocusStep step, bool isScrollIndex);