Home
last modified time | relevance | path

Searched refs:controllerExit_ (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar_item.cpp79 ResetController(controllerExit_); in OnMouseHoverEnterTest()
94 if (!controllerExit_) { in OnMouseHoverExitTest()
95 controllerExit_ = CREATE_ANIMATOR(context_); in OnMouseHoverExitTest()
104 StartHoverAnimation(controllerExit_, doubleAnimationExit_); in OnMouseHoverExitTest()
110 ResetController(controllerExit_); in PlayPressAnimation()
H A Drender_tab_bar_item.h75 RefPtr<Animator> controllerExit_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer_item.cpp114 ResetController(controllerExit_); in OnMouseHoverEnterTest()
129 if (!controllerExit_) { in OnMouseHoverExitTest()
130 controllerExit_ = CREATE_ANIMATOR(context_); in OnMouseHoverExitTest()
144 StartHoverAnimation(controllerExit_, colorAnimationExit_); in OnMouseHoverExitTest()
H A Drender_indexer_item.h134 RefPtr<Animator> controllerExit_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.cpp788 controllerExit_ = nullptr; in ClearRenderObject()
864 ResetController(controllerExit_); in OnMouseHoverEnterAnimation()
886 if (!controllerExit_) { in OnMouseHoverExitAnimation()
904 controllerExit_->Play(); in OnMouseHoverExitAnimation()
960 ResetController(controllerExit_); in MouseHoverEnterTest()
1009 if (!controllerExit_) { in MouseHoverExitTest()
1016 controllerExit_->ClearInterpolators(); in MouseHoverExitTest()
1034 controllerExit_->Play(); in MouseHoverExitTest()
1056 if (controllerExit_) { in StopMouseHoverAnimation()
1057 if (!controllerExit_->IsStopped()) { in StopMouseHoverAnimation()
[all …]
H A Drosen_render_box.cpp1640 ResetController(controllerExit_);
1684 if (!controllerExit_) {
1685 controllerExit_ = CREATE_ANIMATOR(context_);
1694 controllerExit_->ClearInterpolators();
1695 controllerExit_->AddInterpolator(colorAnimationExit_);
1696 controllerExit_->SetDuration(HOVER_ANIMATION_DURATION);
1697 controllerExit_->Play();
1698 controllerExit_->SetFillMode(FillMode::FORWARDS);
H A Drender_box.h236 RefPtr<Animator> controllerExit_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_item.cpp146 ResetController(controllerExit_); in OnMouseHoverEnterTest()
161 if (!controllerExit_) { in OnMouseHoverExitTest()
162 controllerExit_ = CREATE_ANIMATOR(context_); in OnMouseHoverExitTest()
176 StartHoverAnimation(controllerExit_, colorAnimationExit_); in OnMouseHoverExitTest()
H A Drender_indexer_item.h139 RefPtr<Animator> controllerExit_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drender_tool_bar_item.cpp188 ResetController(controllerExit_); in OnMouseHoverEnterTest()
201 if (!controllerExit_) { in OnMouseHoverExitTest()
202 controllerExit_ = CREATE_ANIMATOR(context_); in OnMouseHoverExitTest()
211 StartHoverAnimation(controllerExit_, colorAnimationExit_); in OnMouseHoverExitTest()
H A Drender_tool_bar_item.h113 RefPtr<Animator> controllerExit_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drosen_render_slider.cpp229 ResetController(controllerExit_); in OnMouseHoverEnterTest()
242 if (!controllerExit_) { in OnMouseHoverExitTest()
243 controllerExit_ = CREATE_ANIMATOR(context_); in OnMouseHoverExitTest()
257 StartHoverAnimation(controllerExit_, colorAnimationExit_); in OnMouseHoverExitTest()
H A Drosen_render_slider.h63 RefPtr<Animator> controllerExit_; variable