Home
last modified time | relevance | path

Searched refs:colorAnimationExit_ (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer_item.cpp132 colorAnimationExit_ = AceType::MakeRefPtr<KeyframeAnimation<Color>>(); in OnMouseHoverExitTest()
138 CreateColorAnimation(colorAnimationExit_, currentColor, Color::TRANSPARENT); in OnMouseHoverExitTest()
140 colorAnimationExit_->SetCurve(Curves::FRICTION); in OnMouseHoverExitTest()
142 colorAnimationExit_->SetCurve(Curves::FAST_OUT_SLOW_IN); in OnMouseHoverExitTest()
144 StartHoverAnimation(controllerExit_, colorAnimationExit_); in OnMouseHoverExitTest()
H A Drender_indexer_item.h136 RefPtr<KeyframeAnimation<Color>> colorAnimationExit_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_item.cpp164 colorAnimationExit_ = AceType::MakeRefPtr<KeyframeAnimation<Color>>(); in OnMouseHoverExitTest()
170 CreateColorAnimation(colorAnimationExit_, currentColor, Color::TRANSPARENT); in OnMouseHoverExitTest()
172 colorAnimationExit_->SetCurve(Curves::FRICTION); in OnMouseHoverExitTest()
174 colorAnimationExit_->SetCurve(Curves::FAST_OUT_SLOW_IN); in OnMouseHoverExitTest()
176 StartHoverAnimation(controllerExit_, colorAnimationExit_); in OnMouseHoverExitTest()
H A Drender_indexer_item.h141 RefPtr<KeyframeAnimation<Color>> colorAnimationExit_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drender_tool_bar_item.cpp204 colorAnimationExit_ = AceType::MakeRefPtr<KeyframeAnimation<Color>>(); in OnMouseHoverExitTest()
205 CreateColorAnimation(colorAnimationExit_, hoverColor_, Color::TRANSPARENT, false); in OnMouseHoverExitTest()
207 colorAnimationExit_->SetCurve(Curves::FRICTION); in OnMouseHoverExitTest()
209 colorAnimationExit_->SetCurve(Curves::FAST_OUT_SLOW_IN); in OnMouseHoverExitTest()
211 StartHoverAnimation(controllerExit_, colorAnimationExit_); in OnMouseHoverExitTest()
H A Drender_tool_bar_item.h115 RefPtr<KeyframeAnimation<Color>> colorAnimationExit_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drosen_render_slider.cpp245 colorAnimationExit_ = AceType::MakeRefPtr<KeyframeAnimation<Color>>(); in OnMouseHoverExitTest()
251 CreateColorAnimation(colorAnimationExit_, currentColor, Color::TRANSPARENT, false); in OnMouseHoverExitTest()
253 colorAnimationExit_->SetCurve(Curves::FRICTION); in OnMouseHoverExitTest()
255 colorAnimationExit_->SetCurve(Curves::FAST_OUT_SLOW_IN); in OnMouseHoverExitTest()
257 StartHoverAnimation(controllerExit_, colorAnimationExit_); in OnMouseHoverExitTest()
H A Drosen_render_slider.h65 RefPtr<KeyframeAnimation<Color>> colorAnimationExit_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.cpp790 colorAnimationExit_ = nullptr; in ClearRenderObject()
889 colorAnimationExit_ = AceType::MakeRefPtr<KeyframeAnimation<Color>>(); in OnMouseHoverExitAnimation()
895 CreateColorAnimation(colorAnimationExit_, hoverColor_, Color::FromRGBO(0, 0, 0, 0.0)); in OnMouseHoverExitAnimation()
897 colorAnimationExit_->SetCurve(Curves::FRICTION); in OnMouseHoverExitAnimation()
899 colorAnimationExit_->SetCurve(Curves::FAST_OUT_SLOW_IN); in OnMouseHoverExitAnimation()
902 controllerExit_->AddInterpolator(colorAnimationExit_); in OnMouseHoverExitAnimation()
1023 if (!colorAnimationExit_) { in MouseHoverExitTest()
1024 colorAnimationExit_ = AceType::MakeRefPtr<KeyframeAnimation<Color>>(); in MouseHoverExitTest()
1026 CreateColorAnimation(colorAnimationExit_, hoverColor_, hoverColorBegin_); in MouseHoverExitTest()
1028 controllerExit_->AddInterpolator(colorAnimationExit_); in MouseHoverExitTest()
H A Drender_box.h238 RefPtr<KeyframeAnimation<Color>> colorAnimationExit_; variable
H A Drosen_render_box.cpp1690 if (!colorAnimationExit_) {
1691 colorAnimationExit_ = AceType::MakeRefPtr<KeyframeAnimation<Color>>();
1693 CreateColorAnimation(colorAnimationExit_, hoverColor_, hoverColorBegin_);
1695 controllerExit_->AddInterpolator(colorAnimationExit_);