Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_attributes.cpp235 const char INLINE_BG_COLOR[] = "inline_bg_color"; variable
H A Dtheme_attributes.h238 extern const char INLINE_BG_COLOR[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtextfield_theme.h189 theme->inlineBgColor_ = pattern->GetAttr<Color>(INLINE_BG_COLOR, Color()); in ParsePatternSubThirdPart()