Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp717 auto swiperFocusHub = swiperHost->GetFocusHub(); in FlushFocus() local
718 CHECK_NULL_VOID(swiperFocusHub); in FlushFocus()
732 swiperFocusHub->FlushChildrenFocusHub(focusNodes); in FlushFocus()
752 if (swiperFocusHub->IsCurrentFocus()) { in FlushFocus()
755 if (swiperFocusHub->AcceptFocusOfPriorityChild()) { in FlushFocus()
765 auto swiperFocusHub = swiperHost->GetFocusHub(); in GetFocusHubChild() local
766 CHECK_NULL_RETURN(swiperFocusHub, nullptr); in GetFocusHubChild()
768 swiperFocusHub->AnyChildFocusHub([&target, childFrameName](const RefPtr<FocusHub>& child) { in GetFocusHubChild()
2288 auto swiperFocusHub = swiperHost->GetFocusHub(); in IsContentFocused() local
2289 CHECK_NULL_RETURN(swiperFocusHub, true); in IsContentFocused()
[all …]