Searched refs:CreateMouseAnimation (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | render_picker_option.cpp | 213 CreateMouseAnimation(animation, bgColor, bgColor.BlendColor(HOVER_COLOR)); in ResetHoverAnimation() 217 CreateMouseAnimation(animation, GetEventEffectColor(), bgColor); in ResetHoverAnimation() 251 CreateMouseAnimation(animation, GetEventEffectColor(), bgColor.BlendColor(pressColor)); in ResetPressAnimation() 254 CreateMouseAnimation(animation, bgColor, 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/tool_bar/ |
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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/ |
H A D | render_option.cpp | 821 CreateMouseAnimation(colorAnimation, GetEventEffectColor(), endColor); in PlayEventEffectAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_node.h | 780 …void CreateMouseAnimation(RefPtr<KeyframeAnimation<Color>>& animation, const Color& from, const Co…
|
H A D | render_node.cpp | 633 void RenderNode::CreateMouseAnimation(RefPtr<KeyframeAnimation<Color>>& animation, const Color& fro… in CreateMouseAnimation() function in OHOS::Ace::RenderNode
|