Searched refs:swiperArrowLayoutProperty (Results 1 – 2 of 2) sorted by relevance
176 auto swiperArrowLayoutProperty = GetSwiperArrowLayoutProperty(); in ButtonClickEvent() local177 CHECK_NULL_VOID(swiperArrowLayoutProperty); in ButtonClickEvent()192 auto swiperArrowLayoutProperty = GetSwiperArrowLayoutProperty(); in InitNavigationArrow() local193 CHECK_NULL_VOID(swiperArrowLayoutProperty); in InitNavigationArrow()219 auto swiperArrowLayoutProperty = GetSwiperArrowLayoutProperty(); in ButtonTouchEvent() local220 CHECK_NULL_VOID(swiperArrowLayoutProperty); in ButtonTouchEvent()317 CHECK_NULL_VOID(swiperArrowLayoutProperty); in SetButtonVisible()333 if (!swiperArrowLayoutProperty->GetLoopValue(true)) { in SetButtonVisible()357 CHECK_NULL_VOID(swiperArrowLayoutProperty); in UpdateArrowContent()363 swiperArrowLayoutProperty->GetIsShowBackgroundValue(false) in UpdateArrowContent()[all …]
70 auto swiperArrowLayoutProperty = host->GetLayoutProperty<SwiperArrowLayoutProperty>(); in GetSwiperArrowLayoutProperty() local71 CHECK_NULL_RETURN(swiperArrowLayoutProperty, nullptr); in GetSwiperArrowLayoutProperty()72 return swiperArrowLayoutProperty; in GetSwiperArrowLayoutProperty()