Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_indicator_theme.h297 bool GetIsShowArrowBackground() const in GetIsShowArrowBackground() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp590 : swiperIndicatorTheme->GetIsShowArrowBackground(); in GetArrowInfo()
664 … swiperArrowParameters.isShowBackground = swiperIndicatorTheme->GetIsShowArrowBackground(); in SetDisplayArrow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp177 swiperArrowParameters.isShowBackground = swiperIndicatorTheme->GetIsShowArrowBackground(); in GetArrowInfo()
543 swiperArrowParameters.isShowBackground = swiperIndicatorTheme->GetIsShowArrowBackground(); in SetSwiperDisplayArrow()