Home
last modified time | relevance | path

Searched refs:COMMON_OPACITY_STYLE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dstyle.h45 COMMON_OPACITY_STYLE, enumerator
H A Ddeclaration_constants.cpp28 … StyleTag::COMMON_OPACITY_STYLE, StyleTag::COMMON_VISIBILITY_STYLE, StyleTag::COMMON_DISPLAY_STYLE,
H A Ddeclaration.cpp279 { StyleTag::COMMON_OPACITY_STYLE, in AddCommonStyle()
282 StyleTag::COMMON_OPACITY_STYLE, DeclarationConstants::DEFAULT_OPACITY_STYLE); in AddCommonStyle()
765 …to& opacityStyle = declaration.MaybeResetStyle<CommonOpacityStyle>(StyleTag::COMMON_OPACITY_STYLE); in SetCurrentStyle()
1298 …to& opacityStyle = declaration.MaybeResetStyle<CommonOpacityStyle>(StyleTag::COMMON_OPACITY_STYLE); in SetCurrentStyle()
3107 auto& opacityStyle = static_cast<CommonOpacityStyle&>(GetStyle(StyleTag::COMMON_OPACITY_STYLE)); in ResetDefaultStyles()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_panel.cpp143 …tyStyle = static_cast<CommonOpacityStyle&>(declaration_->GetStyle(StyleTag::COMMON_OPACITY_STYLE)); in OnChildNodeAdded()
H A Ddom_node.h292 … static_cast<CommonOpacityStyle&>(declaration_->GetStyle(StyleTag::COMMON_OPACITY_STYLE)); in IsShow()
317 …& style = static_cast<CommonOpacityStyle&>(declaration_->GetStyle(StyleTag::COMMON_OPACITY_STYLE)); in GetOpacity()
H A Ddom_node.cpp1602 …tyStyle = static_cast<CommonOpacityStyle&>(declaration_->GetStyle(StyleTag::COMMON_OPACITY_STYLE)); in UpdateDisplayComponent()