Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drosen_render_button.cpp604 uint32_t animationColor; in GetStateColor() local
606animationColor = backgroundColor.BlendColor(Color::WHITE.ChangeOpacity(maskingOpacity_)).GetValue(… in GetStateColor()
608animationColor = backgroundColor.BlendColor(Color::BLACK.ChangeOpacity(maskingOpacity_)).GetValue(… in GetStateColor()
610 return animationColor; in GetStateColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp1939 Color animationColor = decoration_->GetAnimationColor(); in PaintColorAndImage() local
1947 if (animationColor != Color::TRANSPARENT) { in PaintColorAndImage()
1948 rsNode->SetBackgroundColor(animationColor.GetValue()); in PaintColorAndImage()