Home
last modified time | relevance | path

Searched defs:badgeTextColor (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
H A Dbadge_pattern.cpp91 auto badgeTextColor = layoutProperty->GetBadgeTextColor(); in OnModifyDone() local
124 auto badgeTextColor = layoutProperty->GetBadgeTextColor(); in DumpInfo() local
151 auto badgeTextColor = layoutProperty->GetBadgeTextColor(); in DumpSimplifyInfo() local
H A Dbadge_data.h38 std::optional<Color> badgeTextColor; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/badge/
H A Dbadge_declaration.h37 Color badgeTextColor; member
201 void SetBadgeTextColor(const Color& badgeTextColor) in SetBadgeTextColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/badge/
H A Dbadge_component.cpp160 void BadgeComponent::SetBadgeTextColor(const Color& badgeTextColor) in SetBadgeTextColor()