Home
last modified time | relevance | path

Searched refs:hotZoneColor_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dswiper_indicator.h46 hotZoneColor_ = theme->GetHotZoneColor(); in InitStyle()
213 hotZoneColor_ = hotZoneColor; in SetHotZoneColor()
218 return hotZoneColor_; in GetHotZoneColor()
254 Color hotZoneColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_indicator_theme.h116 …theme->hotZoneColor_ = swiperPattern->GetAttr<Color>("indicator_hotzone_color", Color::TRANSPARENT… in ParsePattern()
254 return hotZoneColor_; in GetHotZoneColor()
430 Color hotZoneColor_; variable