Home
last modified time | relevance | path

Searched refs:down (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-container-refresh.md7 The **<refresh\>** component is used to refresh a page through a pull-down gesture.
25 …mponent from the **<refresh\>** component that comes to rest after a successful pull-down gesture.|
27down to trigger a refresh. The rebound effect will appear after the refresh. If the child componen…
28 … to **pulldown**. The fixed distance is at the bottom of the content drop-down area. Pay attention…
30down friction coefficient. The value ranges from 0 to 100. A larger value indicates a more respons…
49down and the refresh status changes. Available values are as follows:<br>- **false**: The **\<refr…
50 …s pulling down the **\<refresh>** component. Available values are as follows:<br>- **start**: The …
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-select.md105 Creates a content modifier for the drop-down list box.
152 Sets the font color of the drop-down button.
168 Sets the background color of the selected option in the drop-down list box.
200 Sets the font color of the selected option in the drop-down list box.
216 Sets the background color of options in the drop-down list box.
248 Sets the font color of options in the drop-down list box.
296 Sets the alignment between the drop-down button and the drop-down menu.
351 Sets the background color of the drop-down list box.
367 Sets the background blur style of the drop-down list box.
423 Invoked when an option in the drop-down list box is selected.
[all …]
H A Dts-container-refresh.md15 Since API version 11, this component's child component moves down with the pull-down gesture.
52 Sets the pull-down offset that initiates a refresh.
84 Sets the pull-down ratio.
94down ratio. A larger value indicates higher responsiveness to the pull-down gesture. The value **0…
130 Called when the pull-down distance changes.
140 | value | number | Yes | Pull-down distance.<br>Unit: vp|
151 | Inactive | 0 | The component is not pulled down. This is the default value. |
152 | Drag | 1 | The component is being pulled down, but the pull-down distance is shorter than the…
153 | OverDrag | 2 | The component is being pulled down, and the pull-down distance exceeds the minimum…
302 // in this case, the component is not exist otherwise in the pull down or refresh state
[all …]
H A Dts-universal-attributes-monopolize-events.md81 console.log("inner column touch down")
82 this.messageInner = "inner column touch down"
92 console.log("outside column touch down")
93 this.messageOut = "inner column touch down"
H A Dohos-arkui-advanced-SelectTitleBar.md4 The drop-down title bar is a title bar that contains a drop-down menu for switching between pages o…
41 …tOption](ts-basic-components-select.md#selectoption)&gt; | Yes| - | Options in the drop-down menu.|
46 … | No| - | Callback invoked when an option in the drop-down menu is selected. T…
/ohos5.0/base/update/updater/services/ui/driver/
H A Dkeys_input_device.cpp84 bool down = ev.value == EVENT_KEY_DOWN_VALUE; in PowerDownPress() local
86 if (down) { in PowerDownPress()
97 bool down = ev.value == EVENT_KEY_DOWN_VALUE; in PowerVolumeDownPress() local
99 powerDown = down; in PowerVolumeDownPress()
101 volumeDown = down; in PowerVolumeDownPress()
105 } else if (!down && (ev.code == KEY_POWER || ev.code == KEY_VOLUMEDOWN)) { in PowerVolumeDownPress()
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.2/
H A Dchangelogs-arkui.md344 Before change: The sheet does not interact when users swipe up or down on it.
384 b.Swiping down in the title area of a bottom sheet switches the sheet to the adjacent smaller deten…
386 …bounce effect; swiping down with a velocity lower than the threshold also produces a bounce effect…
442 c. A bottom or center sheet can be dismissed by a pull-down gesture.
444 Before change: All sheets can be dismissed by a pull-down gesture.
446 After change: Only the bottom and center sheets can be dismissed by a pull-down gesture.
501 There is a horizontal offset when the drop-down button is aligned with the drop-down list box.
503 The distance between the drop-down button and the drop-down menu is 4 vp.
510 There is not horizontal offset when the drop-down button is aligned with the drop-down list box.
512 The distance between the drop-down button and the drop-down menu is 8 vp.
[all …]
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.2.2/
H A Dchangelogs-arkui.md62 …11, child components of the **\<Refresh>** component do not move down with the pull-down gesture, …
66 Since API version 11, child components of the **\<Refresh>** component move down with the pull-down
72 …fect of the scrolling component and the custom refresh style for the pull-down gesture take effect…
76 Since API version 11, child components of the **\<Refresh>** component move down with the pull-down
82 …an API version 11, the **\<Refresh>** component's sensitivity to the pull-down gesture is set thro…
83 … the **\<Refresh>** component's sensitivity to the pull-down gesture decreases with the pull-down
87 In versions earlier than API version 11, the pull-down distance required for the **\<loadingProgres…
88 Since API version 11, the pull-down distance required for the **\<loadingProgress>** component to s…
/ohos5.0/docs/en/design/ux-design/
H A Dmultimodal-drop-down-menu.md4 A drop-down list allows users to select among multiple options.
12 - User a drop-down list to filter content on the current page or switch the type or option.
14down list, mark the current option with a different color, and keep the arrow direction unchanged.…
26 For details about the development guide related to the drop-down menu, see [Select](../../applicati…
H A Dmultimodal-pull-to-refresh.md4 …o-refresh component enables users to quickly obtain the latest content through a pull-down gesture.
14 - The loading animation is displayed during the pull-down process.
16 - When the minimum pull-down distance is not reached, the page directly bounces back after users li…
18 - When the minimum pull-down distance is reached, the refresh animation is triggered after users li…
H A Dunified-interaction-events.md95 | Mouse| Press the left mouse button and move the mouse (no need to hold down and wait).|
109down the scroll wheel or press **Shift** while scrolling up and down the scroll wheel. The mouse p…
110down.<br>When you scroll down with two fingers, the screen scrolls up.<br>When you scroll with two…
141 …sor position are zoomed in by N%.<br>- Each time the scroll wheel scrolls down a notch, the object…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Djs-apis-shortKey-sys.md49 … console.log(`Set key down duration failed, error: ${JSON.stringify(error, [`code`, `message`])}`);
52 console.log(`Set key down duration success`);
55 console.log(`Set key down duration failed, error: ${JSON.stringify(error, [`code`, `message`])}`);
95 console.log(`Set key down duration success`);
98 console.log(`Set key down duration failed, error: ${JSON.stringify(error, [`code`, `message`])}`);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-monopolize-events.md83 console.log("inner column touch down")
84 this.messageInner = "inner column touch down"
94 console.log("outside column touch down")
95 this.messageOut = "inner column touch down"
/ohos5.0/docs/zh-cn/application-dev/device/input/
H A Dshortkey-guidelines.md30 … console.log(`Set key down duration failed, error: ${JSON.stringify(error, [`code`, `message`])}`);
33 console.log(`Set key down duration success`);
36 console.log(`Set key down duration failed, error: ${JSON.stringify(error, [`code`, `message`])}`);
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-sheet-page.md34 …Swiping down: The panel will attempt to contract downwards. If no contraction is possible, the pan…
35 2. 2. Content in the middle (scrollable both up and down)
37 Swiping up or down: The content will scroll until it reaches the top or bottom of the panel.
43 Swiping down: The content will scroll until it reaches the top.
113 …g side swiping, touching the close button, touching the mask, and pulling down, must be implemente…
155 For example, you might want the semi-modal to close only when the user swipes down. Here's how you …
165 To enhance the user experience during the swiping down action, you can use the **onWillSpringBackWh…
166 …rebound effect when the semi-modal is swiped down. By default, the semi-modal will rebound when sw…
168 Here is the specific code to prevent the rebound effect when the semi-modal is swiped down:
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Duinput.md52 -d <key> --down <key> -press down a key
102 uinput --mouse --down <key>
225 uinput --keyboard --down <key>
313 uinput --stylus --down <dx> <dy>
317 模拟触控笔在(dx dy)抬起,与down配合使用。
409 uinput --touch --down <dx> <dy>
413 模拟手指触摸在(dx dy)抬起,与down配合使用。
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Derrorcode-power.md39 Operation failed. The system is shutting down.
43 This error code is reported when an operation failed during system shutting down.
47 The system is shutting down.
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/triangle/
H A Drender_triangle.cpp130 bool down = data_.IsDown(); in HandleClick() local
131 down = !down; in HandleClick()
132 onClick_(down); in HandleClick()
/ohos5.0/docs/en/application-dev/device/input/
H A Dshortkey-guidelines.md30 … console.log(`Set key down duration failed, error: ${JSON.stringify(error, [`code`, `message`])}`);
33 console.log(`Set key down duration success`);
36 console.log(`Set key down duration failed, error: ${JSON.stringify(error, [`code`, `message`])}`);
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Djs-apis-shortKey-sys.md49 … console.log(`Set key down duration failed, error: ${JSON.stringify(error, [`code`, `message`])}`);
52 console.log(`Set key down duration success`);
55 console.log(`Set key down duration failed, error: ${JSON.stringify(error, [`code`, `message`])}`);
95 console.log(`Set key down duration success`);
98 console.log(`Set key down duration failed, error: ${JSON.stringify(error, [`code`, `message`])}`);
110 | DOWN | 0x00000000 | Pressing down |
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js-lite/
H A Djs-lite-common-events.md18 …eft**: Swipe left.<br>- **right**: Swipe right.<br>- **up**: Swipe up.<br>- **down**: Swipe down. |
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_multi_app_strategy.cpp117 .down = OledRefreshRate::OLED_120_HZ, in CalcVote()
432 touchInfo->touchState, strategy.down); in UpdateStrategyByTouch()
433 strategy.min = settingStrategy.down; in UpdateStrategyByTouch()
434 strategy.max = settingStrategy.down; in UpdateStrategyByTouch()
448 pkgName.c_str(), touchInfo->touchState, strategy.down); in UpdateStrategyByTouch()
449 strategy.min = strategy.down; in UpdateStrategyByTouch()
450 strategy.max = strategy.down; in UpdateStrategyByTouch()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A DBUILD.gn16 # Test original top-down WaterFlow
27 # Test segmented top-down WaterFlow
/ohos5.0/docs/en/application-dev/dfx/
H A Duinput.md52 -d <key> --down <key> -press down a key
102 uinput --mouse --down <key>
106 Releases a mouse button. This command is used with the mouse down command. For details about key va…
116 # Press down the left mouse button and release it.
225 uinput --keyboard --down <key>
229 Releases a key. This command is used with the key down command. For details about the keycode value…
313 uinput --stylus --down <dx> <dy>
317 Lifts a stylus at coordinates (dx, dy). This command is used together with the stylus down command.
409 uinput --touch --down <dx> <dy>
413 Lifts a finger off the coordinates (dx, dy). This command is used together with the touch down comm…
/ohos5.0/commonlibrary/c_utils/docs/en/
H A Dc_utils_timer.md21 …= true)<br>Shut down "Timer". There are two modes to shut the "Timer" down: blocking and unblockin…
39 …n `TIMER_ERR_INVALID_VALUE`. If a reset operation is required, shut Timer down first and then set …

12345678910>>...12