Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_indicator_theme.h316 const Color& GetSmallArrowBackgroundColor() const in GetSmallArrowBackgroundColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp624 …arameters.backgroundColor = parseOk ? color : swiperIndicatorTheme->GetSmallArrowBackgroundColor(); in GetArrowInfo()
667 … swiperArrowParameters.backgroundColor = swiperIndicatorTheme->GetSmallArrowBackgroundColor(); in SetDisplayArrow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp151 …arameters.backgroundColor = parseOk ? color : swiperIndicatorTheme->GetSmallArrowBackgroundColor(); in SetArrowBackgroundInfo()
546 … swiperArrowParameters.backgroundColor = swiperIndicatorTheme->GetSmallArrowBackgroundColor(); in SetSwiperDisplayArrow()