Home
last modified time | relevance | path

Searched refs:GetEventEffectColor (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.cpp177 pressDecoration_->SetBackgroundColor(GetEventEffectColor()); in UpdateBackgroundDecoration()
206 Color bgColor = GetEventEffectColor(); in ResetHoverAnimation()
217 CreateMouseAnimation(animation, GetEventEffectColor(), bgColor); in ResetHoverAnimation()
218 if (GetEventEffectColor() == bgColor.BlendColor(HOVER_COLOR)) { in ResetHoverAnimation()
242 Color bgColor = GetEventEffectColor(); in ResetPressAnimation()
251 CreateMouseAnimation(animation, GetEventEffectColor(), bgColor.BlendColor(pressColor)); in ResetPressAnimation()
259 CreateMouseAnimation(animation, GetEventEffectColor(), bgColor.BlendColor(HOVER_COLOR)); in ResetPressAnimation()
262 CreateMouseAnimation(animation, GetEventEffectColor(), bgColor); in ResetPressAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drosen_render_option.cpp74 paint.setColor(GetEventEffectColor().GetValue()); in PaintBackground()
94 brush.SetColor(GetEventEffectColor().GetValue()); in PaintBackground()
H A Drender_option.cpp821 CreateMouseAnimation(colorAnimation, GetEventEffectColor(), endColor); in PlayEventEffectAnimation()
825 if (isHoverExists && GetEventEffectColor().GetValue() < hoveredColor_.GetValue()) { in PlayEventEffectAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drosen_render_tool_bar_item.cpp59 …DrawShape(*canvas, Rect(offset, GetLayoutSize()), GetEventEffectColor(), NormalizeToPx(rrectRadius… in Paint()
H A Drender_tool_bar_item.cpp272 CreateMouseAnimation(colorAnimation, GetEventEffectColor(), endColor); in PlayEventEffectAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp669 CreateMouseAnimation(animation, GetEventEffectColor(), pressColor_); in StartPressAnimation()
671 CreateMouseAnimation(animation, GetEventEffectColor(), Color::TRANSPARENT); in StartPressAnimation()
693 CreateMouseAnimation(animation, GetEventEffectColor(), hoverColor_); in StartHoverAnimation()
695 CreateMouseAnimation(animation, GetEventEffectColor(), Color::TRANSPARENT); in StartHoverAnimation()
H A Drosen_render_text_field.cpp530 paint.setColor(GetEventEffectColor().GetValue());
550 brush.SetColor(GetEventEffectColor().GetValue());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.h786 Color GetEventEffectColor() const in GetEventEffectColor() function