Searched refs:GetChildFocusNodeByIndex (Results 1 – 4 of 4) sorted by relevance
294 …WeakPtr<FocusHub> GetChildFocusNodeByIndex(int32_t tarMainIndex, int32_t tarCrossIndex, int32_t ta…
872 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::GridPattern1221 auto tarFocusNodeWeak = GetChildFocusNodeByIndex(-1, -1, index); in ScrollToFocusNodeIndex()
366 WeakPtr<FocusHub> GetChildFocusNodeByIndex(int32_t tarMainIndex, int32_t tarGroupIndex);
1147 WeakPtr<FocusHub> ListPattern::GetChildFocusNodeByIndex(int32_t tarMainIndex, int32_t tarGroupIndex) in GetChildFocusNodeByIndex() function in OHOS::Ace::NG::ListPattern1233 return groupIndexInGroup ? GetChildFocusNodeByIndex(nextIndex, nextIndexInGroup) : nullptr; in ScrollAndFindFocusNode()