Home
last modified time | relevance | path

Searched refs:urlDisabledColor_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_theme.h76 theme->urlDisabledColor_ = pattern->GetAttr<Color>( in ParsePattern()
123 return urlDisabledColor_; in GetUrlDisabledColor()
152 Color urlDisabledColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_theme.h98 theme->urlDisabledColor_ = theme->urlDefaultColor_.BlendOpacity(disabledOpacity); in ParsePattern()
216 return urlDisabledColor_; in GetUrlDisabledColor()
261 Color urlDisabledColor_ = Color(0x99000000); variable