Home
last modified time | relevance | path

Searched refs:GetSwiperArrowLayoutProperty (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.cpp39 index_ = GetSwiperArrowLayoutProperty()->GetIndex().value_or(0); in OnModifyDone()
176 auto swiperArrowLayoutProperty = GetSwiperArrowLayoutProperty(); in ButtonClickEvent()
192 auto swiperArrowLayoutProperty = GetSwiperArrowLayoutProperty(); in InitNavigationArrow()
219 auto swiperArrowLayoutProperty = GetSwiperArrowLayoutProperty(); in ButtonTouchEvent()
316 auto swiperArrowLayoutProperty = GetSwiperArrowLayoutProperty(); in SetButtonVisible()
356 auto swiperArrowLayoutProperty = GetSwiperArrowLayoutProperty(); in UpdateArrowContent()
376 auto swiperLayoutProperty = GetSwiperArrowLayoutProperty(); in UpdateArrowContent()
H A Dswiper_arrow_pattern.h66 RefPtr<SwiperArrowLayoutProperty> GetSwiperArrowLayoutProperty() const in GetSwiperArrowLayoutProperty() function