Home
last modified time | relevance | path

Searched refs:GetBackGroundColor (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/piece/
H A Dpiece_component.cpp167 const Color& PieceComponent::GetBackGroundColor() const in GetBackGroundColor() function in OHOS::Ace::PieceComponent
169 return declaration_->GetBackGroundColor(); in GetBackGroundColor()
H A Drosen_render_piece.cpp61 paint.setColor(pieceComponent_->GetBackGroundColor().GetValue()); in Paint()
74 pen.SetColor(pieceComponent_->GetBackGroundColor().GetValue()); in Paint()
H A Dpiece_component.h83 const Color& GetBackGroundColor() const;
/foundation/arkui/ace_engine/frameworks/core/components/counter/
H A Dcounter_theme.h80 const Color& GetBackGroundColor() const in GetBackGroundColor() function in OHOS::Ace::CounterTheme
/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
H A Dpiece_declaration.h172 const Color& GetBackGroundColor() const in GetBackGroundColor() function in OHOS::Ace::PieceDeclaration
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_theme.h130 Color GetBackGroundColor(bool isFocus) in GetBackGroundColor() function in OHOS::Ace::NG::ContainerModalTheme
H A Dcontainer_modal_pattern.cpp536 return isCustomColor_ ? (isFocus ? activeColor_ : inactiveColor_) : theme->GetBackGroundColor(isFocus); in GetContainerColor()
740 activeColor_ = theme->GetBackGroundColor(true); in InitContainerColor()
741 inactiveColor_ = theme->GetBackGroundColor(false); in InitContainerColor()
H A Dcontainer_modal_view.cpp123 renderContext->UpdateBackgroundColor(theme->GetBackGroundColor(true)); in BuildTitleRow()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.h300 Color GetBackGroundColor() const in GetBackGroundColor() function in OHOS::Ace::Framework::DOMNode
H A Ddom_node.cpp321 Color backgroundColorEnd = node.GetBackGroundColor(); in CreatePropertyAnimation()

Completed in 11 milliseconds