Home
last modified time | relevance | path

Searched refs:HasBackGroundColor (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_piece.cpp40 if (!declaration->HasBackGroundColor() && declaration->HasBackground()) { in PrepareSpecializedComponent()
H A Ddom_panel.cpp57 panelChild_->SetHasBackgroundColor(declaration_->HasBackGroundColor()); in PrepareSpecializedComponent()
H A Ddom_list.cpp284 if (declaration_->HasBackGroundColor() && backgroundStyle.IsValid()) { in ResetInitializedStyle()
H A Ddom_node.cpp1512 if (!declaration_->HasBackGroundColor() && boxComponent_->GetBackDecoration() && in UpdateBoxComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.h214 bool HasBackGroundColor() const in HasBackGroundColor() function