Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_attributes.cpp105 const char PATTERN_DISABLED_TEXT_COLOR[] = "disabled_text_color"; variable
H A Dtheme_attributes.h107 extern const char PATTERN_DISABLED_TEXT_COLOR[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtextfield_theme.h171 … theme->textColorDisable_ = pattern->GetAttr<Color>(PATTERN_DISABLED_TEXT_COLOR, Color()); in ParsePatternSubThirdPart()