Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.h369 bool ScrollListForFocus(int32_t nextIndex, int32_t curIndex, int32_t nextIndexInGroup);
H A Dlist_pattern.cpp1229 auto isScrollIndex = ScrollListForFocus(nextIndex, curIndex, nextIndexInGroup); in ScrollAndFindFocusNode()
1236 bool ListPattern::ScrollListForFocus(int32_t nextIndex, int32_t curIndex, int32_t nextIndexInGroup) in ScrollListForFocus() function in OHOS::Ace::NG::ListPattern