Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp800 RefPtr<FocusHub> leftArrowNode; in PreviousFocus() local
804 leftArrowNode = GetFocusHubChild(V2::SWIPER_LEFT_ARROW_ETS_TAG); in PreviousFocus()
805 CHECK_NULL_RETURN(leftArrowNode, nullptr); in PreviousFocus()
825 leftArrowNode->SetParentFocusable(true); in PreviousFocus()
826 return AceType::WeakClaim(AceType::RawPtr(leftArrowNode)); in PreviousFocus()
839 leftArrowNode->SetParentFocusable(true); in PreviousFocus()
840 return AceType::WeakClaim(AceType::RawPtr(leftArrowNode)); in PreviousFocus()
4612 auto leftArrowNode = in ArrowHover() local
4614 CHECK_NULL_VOID(leftArrowNode); in ArrowHover()
4615 auto leftArrowPattern = leftArrowNode->GetPattern<SwiperArrowPattern>(); in ArrowHover()