Home
last modified time | relevance | path

Searched defs:badgeFontSize (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
H A Dbadge_pattern.cpp94 auto badgeFontSize = layoutProperty->GetBadgeFontSize(); in OnModifyDone() local
125 auto badgeFontSize = layoutProperty->GetBadgeFontSize(); in DumpInfo() local
152 auto badgeFontSize = layoutProperty->GetBadgeFontSize(); in DumpSimplifyInfo() local
H A Dbadge_layout_algorithm.h40 inline double GetFontSizeInit(const std::optional<Dimension>& badgeFontSize) in GetFontSizeInit()
H A Dbadge_data.h40 std::optional<Dimension> badgeFontSize; member
H A Dbadge_layout_algorithm.cpp71 auto badgeFontSize = layoutProperty->GetBadgeFontSize(); in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/badge/
H A Dbadge_declaration.h39 Dimension badgeFontSize; member
207 void SetBadgeFontSize(const Dimension& badgeFontSize) in SetBadgeFontSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/badge/
H A Dbadge_component.cpp165 void BadgeComponent::SetBadgeFontSize(const Dimension& badgeFontSize) in SetBadgeFontSize()