Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_arrow_pattern.cpp176 auto swiperArrowLayoutProperty = GetSwiperArrowLayoutProperty(); in ButtonClickEvent() local
177 CHECK_NULL_VOID(swiperArrowLayoutProperty); in ButtonClickEvent()
192 auto swiperArrowLayoutProperty = GetSwiperArrowLayoutProperty(); in InitNavigationArrow() local
193 CHECK_NULL_VOID(swiperArrowLayoutProperty); in InitNavigationArrow()
219 auto swiperArrowLayoutProperty = GetSwiperArrowLayoutProperty(); in ButtonTouchEvent() local
220 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 …]
H A Dswiper_arrow_pattern.h70 auto swiperArrowLayoutProperty = host->GetLayoutProperty<SwiperArrowLayoutProperty>(); in GetSwiperArrowLayoutProperty() local
71 CHECK_NULL_RETURN(swiperArrowLayoutProperty, nullptr); in GetSwiperArrowLayoutProperty()
72 return swiperArrowLayoutProperty; in GetSwiperArrowLayoutProperty()