Searched refs:GetFocusHubChild (Results 1 – 2 of 2) sorted by relevance
748 needFocusNode = GetFocusHubChild(V2::SWIPER_INDICATOR_ETS_TAG); in FlushFocus()761 RefPtr<FocusHub> SwiperPattern::GetFocusHubChild(std::string childFrameName) in GetFocusHubChild() function in OHOS::Ace::NG::SwiperPattern804 leftArrowNode = GetFocusHubChild(V2::SWIPER_LEFT_ARROW_ETS_TAG); in PreviousFocus()808 indicatorNode = GetFocusHubChild(V2::SWIPER_INDICATOR_ETS_TAG); in PreviousFocus()854 indicatorNode = GetFocusHubChild(V2::SWIPER_INDICATOR_ETS_TAG); in NextFocus()858 rightArrowNode = GetFocusHubChild(V2::SWIPER_RIGHT_ARROW_ETS_TAG); in NextFocus()
728 RefPtr<FocusHub> GetFocusHubChild(std::string childFrameName);