Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_indicator_theme.h321 const Color& GetSmallArrowColor() const in GetSmallArrowColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp636 … swiperArrowParameters.arrowColor = parseOk ? color : swiperIndicatorTheme->GetSmallArrowColor(); in GetArrowInfo()
669 swiperArrowParameters.arrowColor = swiperIndicatorTheme->GetSmallArrowColor(); in SetDisplayArrow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp163 … swiperArrowParameters.arrowColor = parseOk ? color : swiperIndicatorTheme->GetSmallArrowColor(); in SetArrowBackgroundInfo()
548 swiperArrowParameters.arrowColor = swiperIndicatorTheme->GetSmallArrowColor(); in SetSwiperDisplayArrow()