Home
last modified time | relevance | path

Searched refs:BADGE_AGE_FONT_SIZE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_attributes.cpp196 const char BADGE_AGE_FONT_SIZE[] = "text_age_font_size"; variable
H A Dtheme_attributes.h198 extern const char BADGE_AGE_FONT_SIZE[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/badge/
H A Dbadge_theme.h61 theme->badgeAgeFontSize_ = pattern->GetAttr<Dimension>(BADGE_AGE_FONT_SIZE, 16.0_vp); in ParsePattern()