Home
last modified time | relevance | path

Searched refs:hover (Results 1 – 25 of 91) sorted by relevance

1234

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-events-hover.md14 鼠标或手写笔进入或退出组件时触发hover事件。
54 @State hoverText: string = 'no hover';
67 this.hoverText = 'pen hover';
70 this.hoverText = 'mouse hover';
74 this.hoverText = 'no hover';
87 ![nohover](figures/no-hover.png)
91 ![penhover](figures/pen-hover.png)
H A Dts-universal-accessibility-hover-event.md80 @State hoverText: string = 'no hover';
91 this.hoverText = 'hover';
94 this.hoverText = 'no hover';
H A Dts-universal-mouse-key.md57 @State hoverText: string = 'no hover';
71 this.hoverText = 'hover';
74 this.hoverText = 'no hover';
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.7.5/
H A Dchangelogs-arkui.md3 ## cl.arkui.1 Button组件hover状态效果变更
5 Button组件的hover状态由100-105%放大效果变更为0-5%不透明度的叠加效果,hover状态切换到press状态的效果变更为5-10%不透明度的叠加效果。
9 影响Button的hover状态的视觉效果以及hover状态切换到press状态的视觉效果。
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-events-hover.md3 A hover event is triggered when the mouse slides or a stylus moves over the component on the screen.
8 > - Currently, only an external mouse device or stylus can be used to trigger a hover event.
52 @State hoverText: string = 'no hover';
65 this.hoverText = 'pen hover';
68 this.hoverText = 'mouse hover';
72 this.hoverText = 'no hover';
85 ![nohover](figures/no-hover.png)
89 ![penhover](figures/pen-hover.png)
H A Dts-universal-accessibility-hover-event.md3 When accessibility mode is enabled, touch events are converted into accessibility hover events.
8 > - Currently, conversion into accessibility hover events can only be initiated by enabling access…
33 Represents the accessibility hover event callback, which is effective when accessibility mode is en…
52 | type | [AccessibilityHoverType](#accessibilityhovertype) | Accessibility hover type. …
62 Enumerates the accessibility hover types.
78 @State hoverText: string = 'no hover';
89 this.hoverText = 'hover';
92 this.hoverText = 'no hover';
H A Dts-universal-attributes-hover-effect.md3 The hover effect is applied to a component in hover state.
13 Sets the hover effect of the component in hover state.
21 …appendix-enums.md#hovereffect8) | Yes | Hover effect of the component in hover state.<br>Default …
H A Dts-container-folderstack.md3 The **FolderStack** component extends the **Stack** component by adding the hover feature for folda…
37 …ild components that will be moved to the upper half screen in the hover state. On hover, child com…
120 Invoked when the hover status changes.
130 …Callback](#onhoverstatuschangecallback14) | Yes | Callback invoked when the hover status changes.|
136 Callback invoked when the hover status changes.
144 | param | [HoverEventParam](#hovereventparam12) | Yes | Callback invoked when the hover status cha…
182 … | Yes | Whether the device is in hover state. |
203 This example implements the foldable device hover capability.
214 …o IDs of the child components to be moved to the upper half screen in the hover state. Other compo…
255 // The hoverStatusChange callback is invoked when the hover status changes.
H A Dohos-arkui-advanced-FoldSplitContainer.md4 … foldable device across various states, including the expanded state, the hover state, and the fol…
43 …ayoutOptions](#hovermoderegionlayoutoptions) | No| @Prop | Layout information for the hover state.|
46 …r) | No| - | Callback function triggered when the foldable device enters or exits the hover state.|
73 Defines the layout information for the hover state.
83 > 1. When the device is in the hover state, there is an avoid area, and layout calculations need to…
84 > 2. In the hover state, the upper half screen is used for display, and the lower half is used for …
108 … void | Yes| Callback function triggered when the foldable device enters or exits the hover state.|
121 | isHoverMode | boolean | Yes| Whether the application is in the hover state.|
H A Dts-universal-mouse-key.md55 @State hoverText: string = 'no hover';
69 this.hoverText = 'hover';
72 this.hoverText = 'no hover';
H A Dts-methods-calendarpicker-dialog.md49 …| boolean | No | Whether to enable the hover mode.<br>Default value: **false**, meaning not to en…
50 …x-enums.md#hovermodeareatype13) | No | Display area of the dialog box in hover mode.<br>Default v…
159 This example demonstrates how to set the layout area of a dialog box in hover mode on a foldable de…
/ohos5.0/docs/zh-cn/release-notes/changelogs/v4.0-beta1/
H A Dchangelogs-arkui.md80 ## cl.arkui.3 Button组件hover状态效果变更
82 Button组件的hover状态由100-105%放大效果变更为0-5%不透明度的叠加效果,hover状态切换到press状态的效果变更为5-10%不透明度的叠加效果。
86 影响Button的hover状态的视觉效果以及hover状态切换到press状态的视觉效果。
H A DReadme-CN.md13 | ArkUI | UX变更 | [Button组件hover状态效果变更,由100-105%放大效果变更为0-5%](changelogs-arkui.md) |
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dinput_event_test_ng.cpp123 HoverInfo hover; variable
124 inputEventHub->hoverEventActuator_->hoverEventTarget_->onHoverEventCallback_(true, hover);
147 HoverInfo hover; variable
148 inputEventHub->hoverEventActuator_->hoverEventTarget_->onHoverEventCallback_(true, hover);
171 HoverInfo hover; variable
172 inputEventHub->hoverEventActuator_->hoverEventTarget_->onHoverEventCallback_(true, hover);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar_item.cpp138 …RefPtr<KeyframeAnimation<double>>& doubleAnimation, double beginValue, double endValue, bool hover) in CreateDoubleAnimation() argument
147 doubleAnimation->AddListener([weakBarItem = AceType::WeakClaim(this), hover](double value) { in CreateDoubleAnimation()
150 barItem->onHover_ = hover; in CreateDoubleAnimation()
H A Drender_tab_bar_item.h69 double endValue, bool hover);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_paint_method.cpp42 bool hover = props->GetHover().value_or(false); in GetOverlayDrawFunction() local
43 if (!needDivider || press || hover) { in GetOverlayDrawFunction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_paint_method.cpp84 bool hover = props->GetHover().value_or(false); in PaintDivider() local
85 if (!needDivider || press || hover) { in PaintDivider()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drender_tool_bar_item.cpp228 …frameAnimation<Color>>& colorAnimation, const Color& beginValue, const Color& endValue, bool hover) in CreateColorAnimation() argument
237 … colorAnimation->AddListener([weakBarItem = AceType::WeakClaim(this), hover](const Color& value) { in CreateColorAnimation()
240 toolBarItem->onHover_ = hover; in CreateColorAnimation()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/source/
H A Dfoldsplitcontainer.ets122 * The layout options for the container when the foldable screen is in hover mode.
229 * The status of hover mode.
250 * Is the app currently in hover mode?
251 …* In hover mode, the upper half of the screen is used for display, and the lower half is used for …
288 * @param { HoverModeStatus } status - The status of hover mode
396 * The layout options for the container when the foldable screen is in hover mode.
437 * The callback function that is triggered when the foldable screen enters or exits hover mode.
438 …* In hover mode, the upper half of the screen is used for display, and the lower half is used for …
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_o_h___native_x_component___mouse_event___callback.md24 | [DispatchHoverEvent](_o_h___native_x_component.md#dispatchhoverevent) | Invoked when a hover eve…
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-common-events-device-input-event.md18 …rkui-ts/ts-universal-attributes-hover-effect.md#hovereffect) attribute to set the hover effect of …
267 Sets the hover effect of the component in hover state. The parameter value type is **HoverEffect**.…
274 | Auto | Default hover effect, which varies by component. |
308hover effect for the button is the **Highlight** effect. Therefore, the effects of **Auto** and **…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drosen_render_slider.h60 …rameAnimation<Color>>& colorAnimation, const Color& beginValue, const Color& endValue, bool hover);
H A Drosen_render_slider.cpp274 …frameAnimation<Color>>& colorAnimation, const Color& beginValue, const Color& endValue, bool hover) in CreateColorAnimation() argument
288 colorAnimation->AddListener([weakBlock, hover](const Color& value) { in CreateColorAnimation()
291 block->SetHover(hover); in CreateColorAnimation()
/ohos5.0/docs/zh-cn/application-dev/key-features/multi-device-app-dev/
H A Dinteraction-event-normalization.md17 | 悬浮 | [onHover](../../reference/apis-arkui/arkui-ts/ts-universal-attributes-hover-effect.md) | NA …

1234