Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp748 needFocusNode = GetFocusHubChild(V2::SWIPER_INDICATOR_ETS_TAG); in FlushFocus()
761 RefPtr<FocusHub> SwiperPattern::GetFocusHubChild(std::string childFrameName) in GetFocusHubChild() function in OHOS::Ace::NG::SwiperPattern
804 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()
H A Dswiper_pattern.h728 RefPtr<FocusHub> GetFocusHubChild(std::string childFrameName);