Home
last modified time | relevance | path

Searched refs:CreateColorAnimation (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer_item.cpp119CreateColorAnimation(colorAnimationEnter_, Color::TRANSPARENT, Color::FromString("#0C000000")); in OnMouseHoverEnterTest()
138 CreateColorAnimation(colorAnimationExit_, currentColor, Color::TRANSPARENT); in OnMouseHoverExitTest()
161 void RenderIndexerItem::CreateColorAnimation( in CreateColorAnimation() function in OHOS::Ace::V2::RenderIndexerItem
H A Drender_indexer_item.h125 …void CreateColorAnimation(RefPtr<KeyframeAnimation<Color>>& colorAnimation, const Color& beginValu…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_item.cpp151CreateColorAnimation(colorAnimationEnter_, Color::TRANSPARENT, Color::FromString("#0C000000")); in OnMouseHoverEnterTest()
170 CreateColorAnimation(colorAnimationExit_, currentColor, Color::TRANSPARENT); in OnMouseHoverExitTest()
193 void RenderIndexerItem::CreateColorAnimation( in CreateColorAnimation() function in OHOS::Ace::RenderIndexerItem
H A Drender_indexer_item.h129 …void CreateColorAnimation(RefPtr<KeyframeAnimation<Color>>& colorAnimation, const Color& beginValu…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drender_tool_bar_item.cpp193 CreateColorAnimation(colorAnimationEnter_, Color::TRANSPARENT, mouseHoverColor_, true); in OnMouseHoverEnterTest()
205 CreateColorAnimation(colorAnimationExit_, hoverColor_, Color::TRANSPARENT, false); in OnMouseHoverExitTest()
227 void RenderToolBarItem::CreateColorAnimation( in CreateColorAnimation() function in OHOS::Ace::RenderToolBarItem
H A Drender_tool_bar_item.h107 …void CreateColorAnimation(RefPtr<KeyframeAnimation<Color>>& colorAnimation, const Color& beginValu…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_element.h55 void CreateColorAnimation(RefPtr<KeyframeAnimation<Color>>& animation,
H A Dselect_element.cpp411 void SelectElement::CreateColorAnimation(RefPtr<KeyframeAnimation<Color>>& animation, const Color& … in CreateColorAnimation() function in OHOS::Ace::SelectElement
440 CreateColorAnimation(colorAnimation, eventEffectColor_, endColor, isDown); in PlayEventEffectAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drosen_render_slider.h59 void CreateColorAnimation(
H A Drosen_render_slider.cpp234CreateColorAnimation(colorAnimationEnter_, Color::TRANSPARENT, Color::FromRGBO(0, 0, 0, 0.05), tru… in OnMouseHoverEnterTest()
251 CreateColorAnimation(colorAnimationExit_, currentColor, Color::TRANSPARENT, false); in OnMouseHoverExitTest()
273 void RosenRenderSlider::CreateColorAnimation( in CreateColorAnimation() function in OHOS::Ace::RosenRenderSlider
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drender_rating.cpp640 CreateColorAnimation(item.second, hoverColor_, item.first, isHoverExists); in PlayEventEffectAnimation()
642 CreateColorAnimation(item.second, Color::TRANSPARENT, item.first, isHoverExists); in PlayEventEffectAnimation()
648 void RenderRating::CreateColorAnimation(const Color& from, const Color& to, int32_t starIndex, bool… in CreateColorAnimation() function in OHOS::Ace::RenderRating
H A Drender_rating.h250 …void CreateColorAnimation(const Color& from, const Color& to, int32_t starIndex, bool isHoverExist…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.h76 void CreateColorAnimation(const RefPtr<PropertyAnimatable>& animatable, TweenOption& option);
H A Dtween_element.cpp758 void TweenElement::CreateColorAnimation(const RefPtr<PropertyAnimatable>& animatable, TweenOption& … in CreateColorAnimation() function in OHOS::Ace::TweenElement
1008 CreateColorAnimation(animatable, option); in ApplyKeyframes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.cpp873 CreateColorAnimation(colorAnimationEnter_, hoverColor_, Color::FromRGBO(0, 0, 0, 0.05)); in OnMouseHoverEnterAnimation()
895 CreateColorAnimation(colorAnimationExit_, hoverColor_, Color::FromRGBO(0, 0, 0, 0.0)); in OnMouseHoverExitAnimation()
926 void RenderBox::CreateColorAnimation( in CreateColorAnimation() function in OHOS::Ace::RenderBox
979CreateColorAnimation(colorAnimationEnter_, hoverColorBegin_, Color::FromRGBO(0, 0, 0, 0.05)); in MouseHoverEnterTest()
1026 CreateColorAnimation(colorAnimationExit_, hoverColor_, hoverColorBegin_); in MouseHoverExitTest()
H A Drender_box.h220 void CreateColorAnimation(
H A Drosen_render_box.cpp1650 CreateColorAnimation(colorAnimationEnter_, hoverColorBegin_, BOARD_CHANGED);
1693 CreateColorAnimation(colorAnimationExit_, hoverColor_, hoverColorBegin_);