/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/ |
H A D | scroll_animation_test_ng.cpp | 74 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 D | render_tab_bar_item.cpp | 87 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 D | render_tab_bar_item.h | 65 void StartHoverAnimation(RefPtr<Animator> controller,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | render_indexer_item.cpp | 121 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 D | render_indexer_item.h | 122 void StartHoverAnimation(RefPtr<Animator> controller,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | render_indexer_item.cpp | 153 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 D | render_indexer_item.h | 126 void StartHoverAnimation(RefPtr<Animator> controller,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/ |
H A D | render_tool_bar_item.cpp | 195 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 D | render_tool_bar_item.h | 104 void StartHoverAnimation(RefPtr<Animator> controller,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | render_picker_option.cpp | 161 StartHoverAnimation(true); in OnMouseHoverEnterTest() 169 StartHoverAnimation(false); in OnMouseHoverExitTest() 271 void RenderPickerOption::StartHoverAnimation(bool isEnter) in StartHoverAnimation() function in OHOS::Ace::RenderPickerOption
|
H A D | render_picker_option.h | 79 void StartHoverAnimation(bool isEnter);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
H A D | rosen_render_slider.h | 57 …void StartHoverAnimation(RefPtr<Animator> controller, RefPtr<KeyframeAnimation<Color>>& colorAnima…
|
H A D | rosen_render_slider.cpp | 236 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 D | scroll_bar_overlay_modifier.cpp | 160 StartHoverAnimation(fgRect, hoverAnimationType); in StartBarAnimation() 189 void ScrollBarOverlayModifier::StartHoverAnimation(const Rect& fgRect, HoverAnimationType hoverAnim… in StartHoverAnimation() function in OHOS::Ace::NG::ScrollBarOverlayModifier
|
H A D | scroll_bar_overlay_modifier.h | 107 void StartHoverAnimation(const Rect& barRect, HoverAnimationType hoverAnimationType);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | render_text_field.h | 653 void StartHoverAnimation(bool isHovered);
|
H A D | render_text_field.cpp | 679 void RenderTextField::StartHoverAnimation(bool isHovered) in StartHoverAnimation() function in OHOS::Ace::RenderTextField 705 StartHoverAnimation(true); in AnimateMouseHoverEnter() 710 StartHoverAnimation(false); in AnimateMouseHoverExit()
|