Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.h294 …WeakPtr<FocusHub> GetChildFocusNodeByIndex(int32_t tarMainIndex, int32_t tarCrossIndex, int32_t ta…
H A Dgrid_pattern.cpp872 auto weakChild = GetChildFocusNodeByIndex(tarMainIndex, curIndex); in SearchFocusableChildInCross()
1076 WeakPtr<FocusHub> GridPattern::GetChildFocusNodeByIndex(int32_t tarMainIndex, int32_t tarCrossIndex… in GetChildFocusNodeByIndex() function in OHOS::Ace::NG::GridPattern
1221 auto tarFocusNodeWeak = GetChildFocusNodeByIndex(-1, -1, index); in ScrollToFocusNodeIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.h366 WeakPtr<FocusHub> GetChildFocusNodeByIndex(int32_t tarMainIndex, int32_t tarGroupIndex);
H A Dlist_pattern.cpp1147 WeakPtr<FocusHub> ListPattern::GetChildFocusNodeByIndex(int32_t tarMainIndex, int32_t tarGroupIndex) in GetChildFocusNodeByIndex() function in OHOS::Ace::NG::ListPattern
1233 return groupIndexInGroup ? GetChildFocusNodeByIndex(nextIndex, nextIndexInGroup) : nullptr; in ScrollAndFindFocusNode()