Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.h170 double maskingOpacity_ = 0.0; variable
H A Drosen_render_button.cpp602 maskingOpacity_ = 0.0; in GetStateColor()
606 …animationColor = backgroundColor.BlendColor(Color::WHITE.ChangeOpacity(maskingOpacity_)).GetValue(… in GetStateColor()
608 …animationColor = backgroundColor.BlendColor(Color::BLACK.ChangeOpacity(maskingOpacity_)).GetValue(… in GetStateColor()
H A Drender_button.cpp714 maskingOpacity_ = fabs((value - INIT_SCALE) * ratio_ / MASKING_ANIMATION_RATIO); in UpdateAnimationParam()