Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_component.cpp69 track_->SetCachedColor(theme->GetTrackCachedColor()); in InitStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drender_track.h83 void SetCachedColor(const Color& color) in SetCachedColor() function
H A Dtrack_component.h195 void SetCachedColor(const Color& color) in SetCachedColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_progress.cpp222 progressChild_->GetTrack()->SetCachedColor(cachedColor_.first); in PrepareSpecializedComponent()