Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_animation_test_ng.cpp74 modifer.StartHoverAnimation(rect, HoverAnimationType::GROW);
96 modifer.StartHoverAnimation(rect, HoverAnimationType::SHRINK);
121 modifer.StartHoverAnimation(rect, HoverAnimationType::SHRINK);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar_item.cpp87 StartHoverAnimation(controllerEnter_, doubleAnimationEnter_); in OnMouseHoverEnterTest()
104 StartHoverAnimation(controllerExit_, doubleAnimationExit_); in OnMouseHoverExitTest()
124 void RenderTabBarItem::StartHoverAnimation(RefPtr<Animator> controller, in StartHoverAnimation() function in OHOS::Ace::RenderTabBarItem
H A Drender_tab_bar_item.h65 void StartHoverAnimation(RefPtr<Animator> controller,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer_item.cpp121 StartHoverAnimation(controllerEnter_, colorAnimationEnter_); in OnMouseHoverEnterTest()
144 StartHoverAnimation(controllerExit_, colorAnimationExit_); in OnMouseHoverExitTest()
148 void RenderIndexerItem::StartHoverAnimation(RefPtr<Animator> controller, in StartHoverAnimation() function in OHOS::Ace::V2::RenderIndexerItem
H A Drender_indexer_item.h122 void StartHoverAnimation(RefPtr<Animator> controller,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_item.cpp153 StartHoverAnimation(controllerEnter_, colorAnimationEnter_); in OnMouseHoverEnterTest()
176 StartHoverAnimation(controllerExit_, colorAnimationExit_); in OnMouseHoverExitTest()
180 void RenderIndexerItem::StartHoverAnimation(RefPtr<Animator> controller, in StartHoverAnimation() function in OHOS::Ace::RenderIndexerItem
H A Drender_indexer_item.h126 void StartHoverAnimation(RefPtr<Animator> controller,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drender_tool_bar_item.cpp195 StartHoverAnimation(controllerEnter_, colorAnimationEnter_); in OnMouseHoverEnterTest()
211 StartHoverAnimation(controllerExit_, colorAnimationExit_); in OnMouseHoverExitTest()
214 void RenderToolBarItem::StartHoverAnimation(RefPtr<Animator> controller, in StartHoverAnimation() function in OHOS::Ace::RenderToolBarItem
H A Drender_tool_bar_item.h104 void StartHoverAnimation(RefPtr<Animator> controller,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.cpp161 StartHoverAnimation(true); in OnMouseHoverEnterTest()
169 StartHoverAnimation(false); in OnMouseHoverExitTest()
271 void RenderPickerOption::StartHoverAnimation(bool isEnter) in StartHoverAnimation() function in OHOS::Ace::RenderPickerOption
H A Drender_picker_option.h79 void StartHoverAnimation(bool isEnter);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drosen_render_slider.h57 …void StartHoverAnimation(RefPtr<Animator> controller, RefPtr<KeyframeAnimation<Color>>& colorAnima…
H A Drosen_render_slider.cpp236 StartHoverAnimation(controllerEnter_, colorAnimationEnter_); in OnMouseHoverEnterTest()
257 StartHoverAnimation(controllerExit_, colorAnimationExit_); in OnMouseHoverExitTest()
260 void RosenRenderSlider::StartHoverAnimation( in StartHoverAnimation() function in OHOS::Ace::RosenRenderSlider
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar_overlay_modifier.cpp160 StartHoverAnimation(fgRect, hoverAnimationType); in StartBarAnimation()
189 void ScrollBarOverlayModifier::StartHoverAnimation(const Rect& fgRect, HoverAnimationType hoverAnim… in StartHoverAnimation() function in OHOS::Ace::NG::ScrollBarOverlayModifier
H A Dscroll_bar_overlay_modifier.h107 void StartHoverAnimation(const Rect& barRect, HoverAnimationType hoverAnimationType);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.h653 void StartHoverAnimation(bool isHovered);
H A Drender_text_field.cpp679 void RenderTextField::StartHoverAnimation(bool isHovered) in StartHoverAnimation() function in OHOS::Ace::RenderTextField
705 StartHoverAnimation(true); in AnimateMouseHoverEnter()
710 StartHoverAnimation(false); in AnimateMouseHoverExit()