/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_paint_method.cpp | 35 bool hover = props->GetHover().value_or(false); in GetOverlayDrawFunction() local 78 UpdateRenderContextBorderRadius( const RefPtr<RenderContext>& renderContext, const RefPtr<SelectTheme>& selectTheme, bool needDivider, bool press, bool hover) UpdateRenderContextBorderRadius() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_paint_method.cpp | 79 bool hover = props->GetHover().value_or(false); in PaintDivider() local
|
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | render_tab_bar_item.cpp | 137 CreateDoubleAnimation( RefPtr<KeyframeAnimation<double>>& doubleAnimation, double beginValue, double endValue, bool hover) CreateDoubleAnimation() argument
|
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | input_event_test_ng.cpp | 123 HoverInfo hover; in HWTEST_F() local 147 HoverInfo hover; in HWTEST_F() local 171 HoverInfo hover; in HWTEST_F() local
|
H A D | input_event_hub_test_ng.cpp | 551 HoverInfo hover; in HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/ |
H A D | render_tool_bar_item.cpp | 225 CreateColorAnimation( RefPtr<KeyframeAnimation<Color>>& colorAnimation, const Color& beginValue, const Color& endValue, bool hover) CreateColorAnimation() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
H A D | rosen_render_slider.cpp | 273 CreateColorAnimation( RefPtr<KeyframeAnimation<Color>>& colorAnimation, const Color& beginValue, const Color& endValue, bool hover) CreateColorAnimation() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/ |
H A D | container_modal_view_enhance_test_ng.cpp | 599 bool hover = false; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/ |
H A D | container_modal_pattern_enhance.cpp | 691 void ContainerModalPatternEnhance::OnMaxBtnHoverEvent(bool hover, WeakPtr<FrameNode>& weakBtn) in OnMaxBtnHoverEvent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/ |
H A D | scroll_bar.h | 196 void SetHover(bool hover) in SetHover() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_pattern.cpp | 1723 void MenuPattern::OnItemPressed(const RefPtr<UINode>& parent, int32_t index, bool press, bool hover) in OnItemPressed() argument
|