Searched refs:swiperFocusHub (Results 1 – 1 of 1) sorted by relevance
717 auto swiperFocusHub = swiperHost->GetFocusHub(); in FlushFocus() local718 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() local766 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() local2289 CHECK_NULL_RETURN(swiperFocusHub, true); in IsContentFocused()[all …]