Home
last modified time | relevance | path

Searched refs:GetHoverArrowBackgroundColor (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.cpp235 backgroundColor = swiperIndicatorTheme->GetHoverArrowBackgroundColor(); in ButtonTouchEvent()
248 backgroundColor = swiperIndicatorTheme->GetHoverArrowBackgroundColor().BlendColor( in ButtonTouchEvent()
287 backgroundColor = swiperIndicatorTheme->GetHoverArrowBackgroundColor().BlendColor( in ButtonOnHover()
290 backgroundColor = swiperIndicatorTheme->GetHoverArrowBackgroundColor(); in ButtonOnHover()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_indicator_theme.h277 const Color& GetHoverArrowBackgroundColor() const in GetHoverArrowBackgroundColor() function