Home
last modified time | relevance | path

Searched refs:PATTERN_BG_COLOR_DISABLED_ALPHA (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_attributes.cpp97 const char PATTERN_BG_COLOR_DISABLED_ALPHA[] = "bg_color_disabled_alpha"; variable
H A Dtheme_attributes.h99 extern const char PATTERN_BG_COLOR_DISABLED_ALPHA[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_theme.h102 … pattern->GetAttr<double>(PATTERN_BG_COLOR_DISABLED_ALPHA, defaultTertiaryColorAlpha); in ParsePattern()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_theme.h65 …theme->bgColor_.BlendOpacity(buttonPattern->GetAttr<double>(PATTERN_BG_COLOR_DISABLED_ALPHA, 0.0)); in ParsePattern()