Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp850 RefPtr<FocusHub> rightArrowNode; in NextFocus() local
858 rightArrowNode = GetFocusHubChild(V2::SWIPER_RIGHT_ARROW_ETS_TAG); in NextFocus()
859 CHECK_NULL_RETURN(rightArrowNode, nullptr); in NextFocus()
872 rightArrowNode->SetParentFocusable(true); in NextFocus()
873 return AceType::WeakClaim(AceType::RawPtr(rightArrowNode)); in NextFocus()
883 rightArrowNode->SetParentFocusable(true); in NextFocus()
884 return AceType::WeakClaim(AceType::RawPtr(rightArrowNode)); in NextFocus()
4618 auto rightArrowNode = in ArrowHover() local
4620 CHECK_NULL_VOID(rightArrowNode); in ArrowHover()
4621 auto rightArrowPattern = rightArrowNode->GetPattern<SwiperArrowPattern>(); in ArrowHover()