Searched refs:GetEventEffectColor (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | render_picker_option.cpp | 177 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 D | rosen_render_option.cpp | 74 paint.setColor(GetEventEffectColor().GetValue()); in PaintBackground() 94 brush.SetColor(GetEventEffectColor().GetValue()); in PaintBackground()
|
H A D | render_option.cpp | 821 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 D | rosen_render_tool_bar_item.cpp | 59 …DrawShape(*canvas, Rect(offset, GetLayoutSize()), GetEventEffectColor(), NormalizeToPx(rrectRadius… in Paint()
|
H A D | render_tool_bar_item.cpp | 272 CreateMouseAnimation(colorAnimation, GetEventEffectColor(), endColor); in PlayEventEffectAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | render_text_field.cpp | 669 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 D | rosen_render_text_field.cpp | 530 paint.setColor(GetEventEffectColor().GetValue()); 550 brush.SetColor(GetEventEffectColor().GetValue());
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_node.h | 786 Color GetEventEffectColor() const in GetEventEffectColor() function
|