Home
last modified time | relevance | path

Searched refs:GetBgDisabledAlpha (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_button_util.cpp221 …onent->SetDisabledColor(component->GetBackgroundColor().BlendOpacity(theme->GetBgDisabledAlpha())); in SetChildStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.cpp53 style.blendOpacity = buttonTheme->GetBgDisabledAlpha(); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_theme.h214 double GetBgDisabledAlpha() const in GetBgDisabledAlpha() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.cpp406 auto alpha = theme->GetBgDisabledAlpha(); in HandleEnabled()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H A Dbutton_test_ng.cpp1195 auto alpha = theme->GetBgDisabledAlpha();