Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp715 auto swiperHost = GetHost(); in FlushFocus() local
716 CHECK_NULL_VOID(swiperHost); in FlushFocus()
717 auto swiperFocusHub = swiperHost->GetFocusHub(); in FlushFocus()
763 auto swiperHost = GetHost(); in GetFocusHubChild() local
764 CHECK_NULL_RETURN(swiperHost, nullptr); in GetFocusHubChild()
765 auto swiperFocusHub = swiperHost->GetFocusHub(); in GetFocusHubChild()
2286 auto swiperHost = GetHost(); in IsContentFocused() local
2287 CHECK_NULL_RETURN(swiperHost, true); in IsContentFocused()
2288 auto swiperFocusHub = swiperHost->GetFocusHub(); in IsContentFocused()