Searched refs:leftArrowNode (Results 1 – 1 of 1) sorted by relevance
800 RefPtr<FocusHub> leftArrowNode; in PreviousFocus() local804 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() local4614 CHECK_NULL_VOID(leftArrowNode); in ArrowHover()4615 auto leftArrowPattern = leftArrowNode->GetPattern<SwiperArrowPattern>(); in ArrowHover()