Home
last modified time | relevance | path

Searched refs:starColorActive_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drating_component.h255 starColorActive_ = starColorActive; in SetStarColorActive()
260 return starColorActive_; in GetStarColorActive()
309 Color starColorActive_; variable
H A Drating_theme.h72 theme->starColorActive_ = pattern->GetAttr<Color>("icon_color_active", Color::RED); in Build()
188 return starColorActive_; in GetStarColorActive()
232 Color starColorActive_; variable
H A Drender_rating.h211 uint32_t starColorActive_ = 0xFFF7CE00; variable
H A Drender_rating.cpp56 starColorActive_ = rating->GetStarColorActive().GetValue(); in Update()
70 …eRenderImage(foregroundImage, ImageFit::FILL, foregroundSrc_, renderForeground_, starColorActive_); in Update()