/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | render_indexer_item.cpp | 119 … CreateColorAnimation(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 D | render_indexer_item.h | 125 …void CreateColorAnimation(RefPtr<KeyframeAnimation<Color>>& colorAnimation, const Color& beginValu…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | render_indexer_item.cpp | 151 … CreateColorAnimation(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 D | render_indexer_item.h | 129 …void CreateColorAnimation(RefPtr<KeyframeAnimation<Color>>& colorAnimation, const Color& beginValu…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/ |
H A D | render_tool_bar_item.cpp | 193 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 D | render_tool_bar_item.h | 107 …void CreateColorAnimation(RefPtr<KeyframeAnimation<Color>>& colorAnimation, const Color& beginValu…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/ |
H A D | select_element.h | 55 void CreateColorAnimation(RefPtr<KeyframeAnimation<Color>>& animation,
|
H A D | select_element.cpp | 411 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 D | rosen_render_slider.h | 59 void CreateColorAnimation(
|
H A D | rosen_render_slider.cpp | 234 …CreateColorAnimation(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 D | render_rating.cpp | 640 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 D | render_rating.h | 250 …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 D | tween_element.h | 76 void CreateColorAnimation(const RefPtr<PropertyAnimatable>& animatable, TweenOption& option);
|
H A D | tween_element.cpp | 758 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 D | render_box.cpp | 873 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 979 … CreateColorAnimation(colorAnimationEnter_, hoverColorBegin_, Color::FromRGBO(0, 0, 0, 0.05)); in MouseHoverEnterTest() 1026 CreateColorAnimation(colorAnimationExit_, hoverColor_, hoverColorBegin_); in MouseHoverExitTest()
|
H A D | render_box.h | 220 void CreateColorAnimation(
|
H A D | rosen_render_box.cpp | 1650 CreateColorAnimation(colorAnimationEnter_, hoverColorBegin_, BOARD_CHANGED); 1693 CreateColorAnimation(colorAnimationExit_, hoverColor_, hoverColorBegin_);
|