Home
last modified time | relevance | path

Searched refs:CreateMouseAnimation (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.cpp213 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 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drender_option.cpp821 CreateMouseAnimation(colorAnimation, GetEventEffectColor(), endColor); in PlayEventEffectAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.h780 …void CreateMouseAnimation(RefPtr<KeyframeAnimation<Color>>& animation, const Color& from, const Co…
H A Drender_node.cpp633 void RenderNode::CreateMouseAnimation(RefPtr<KeyframeAnimation<Color>>& animation, const Color& fro… in CreateMouseAnimation() function in OHOS::Ace::RenderNode