Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/piece/
H A Dpiece_component.cpp171 void PieceComponent::SetBackGroundColor(const Color& backGroundColor) in SetBackGroundColor() function in OHOS::Ace::PieceComponent
173 declaration_->SetBackGroundColor(backGroundColor); in SetBackGroundColor()
H A Dpiece_component.h84 void SetBackGroundColor(const Color& hoverColor);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
H A Dpiece_declaration.cpp97 SetBackGroundColor(theme->GetBackgroundColor()); in InitializeStyle()
H A Dpiece_declaration.h166 void SetBackGroundColor(const Color& backGroundColor) in SetBackGroundColor() function