Home
last modified time | relevance | path

Searched refs:pull (Results 1 – 25 of 159) sorted by relevance

1234567

/ohos5.0/docs/en/design/ux-design/
H A Dmultimodal-pull-to-refresh.md4 The pull-to-refresh component enables users to quickly obtain the latest content through a pull-dow…
7 ![pull-to-refresh.png](figures/pull-to-refresh.png)
12 - Use the pull-to-refresh component when the content changes quickly and users need to refresh scre…
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…
22 For details about the development guide related to the pull-to-refresh button, see [Refresh](../../…
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-pin-des.md12 - Setting or obtaining the pull type (pull-up, pull-down, or floating) of a pin
13 - Setting or obtaining the pull strength of a pin
129 Example: Set the pull type to pull-up.
135 /* Set the pull type of a pin. */
162 Example: Obtain the pull type of a pin.
168 /* Obtain the pull type of a pin. */
199 /* Set the pull strength of the pin. */
226 Example: Obtain the pull strength of a pin.
232 /* Obtain the pull strength of the pin. */
362 /* Set the pull type to pull-up for the pin. */
[all …]
H A Ddriver-platform-pin-develop.md29 - Interface layer: provides APIs for obtaining a pin, setting or obtaining the pull type, pull stre…
68 …ex, which is a uint32_t variable. <br>**pullType**: pull type of the pin.| -|HDF_STATUS|Sets the p…
69 …a uint32_t variable. | **pullType**: pointer to the pull type obtained.| HDF_STATUS| Obtains the p…
70 … uint32_t variable. <br>**strength**: pull type to set, which is a uint32_t variable.| -| HDF_STAT…
71 …uint32_t variable. | **strength**: pointer to the pull strength obtained.| HDF_STATUS| Obtains the…
312 .SetPinPull = Hi35xxPinSetPull, // Set the pull type.
313 .GetPinPull = Hi35xxPinGetPull, // Obtain the pull type.
314 .SetPinStrength = Hi35xxPinSetStrength, // Set the pull strength.
315 .GetPinStrength = Hi35xxPinGetStrength, // Obtain the pull strength.
/ohos5.0/docs/zh-cn/release-notes/release-definitions/
H A DRelease-version-definitions.md51pull' | repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-3.1-Release -m default.…
52 …s pull' | repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-3.0-LTS --no-repo-ver…
53pull' | repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-3.1-Release -m default.…
54pull' | repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-3.2-Release -m default.…
55pull' | repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-4.0-Release -m default.…
56pull' | repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-4.1-Release -m default.…
/ohos5.0/docs/en/release-notes/release-definitions/
H A DRelease-version-definitions.md51pull' | repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-3.1-Release -m default.…
52 …fs pull' | repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-3.0-LTS --no-repo-ve…
53pull' | repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-3.1-Release -m default.…
54pull' | repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-3.2-Release -m default.…
55pull' | repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-4.0-Release -m default.…
56pull' | repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-4.1-Release -m default.…
/ohos5.0/drivers/hdf_core/adapter/platform/gpio/
H A Dgpio_gr5xx.c32 app_io_pull_t pull; member
58 g_portCfg[cnt].pull = IO_PULL_DEFAULT; in PortConfigInit()
78 ioInit.pull = g_portCfg[gpio].pull; in GpioDevSetDir()
202 gpioteParam.pull = g_portCfg[gpio].pull; in GpioDevEnableIrq()
226 gpioteParam.pull = g_portCfg[gpio].pull; in GpioDevDisableIrq()
289 gpioteParam.pull = g_portCfg[gpio].pull; in GpioDevUnSetIrq()
375 g_portCfg[gpioIndex].pull = pullConfig; in GetGpioDeviceResource()
H A Dgpio_stm32f4xx.c87 uint32_t pull; member
210 gpioInitStruct.Pull = device->resource.pull; in InitGpioDevice()
252 if (dri->GetUint32ArrayElem(resourceNode, "pull", i, &resource->pull, 0) != HDF_SUCCESS) { in GpioParseHcs()
302 uint32_t pulls[] = HCS_ARRAYS(HCS_NODE(PLATFORM_GPIO_CONFIG, pull)); in GetGpioDeviceResource()
311 resource->pull = pulls[i]; in GetGpioDeviceResource()
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.2.2/
H A Dchangelogs-arkui.md62 …hild components of the **\<Refresh>** component do not move down with the pull-down gesture, and t…
66 Since API version 11, child components of the **\<Refresh>** component move down with the pull-down…
72 …ce effect of the scrolling component and the custom refresh style for the pull-down gesture take e…
76 Since API version 11, child components of the **\<Refresh>** component move down with the pull-down…
82 In versions earlier than API version 11, the **\<Refresh>** component's sensitivity to the pull-dow…
83 …n 11, the **\<Refresh>** component's sensitivity to the pull-down gesture decreases with the pull-…
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/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-refresh.md3 The **Refresh** component is a container that provides the pull-to-refresh feature.
15 Since API version 11, this component's child component moves down with the pull-down gesture.
39pull-down gesture. The value ranges from 0 to 100.<br>Default value: **62**<br>- **0** indicates t…
52 Sets the pull-down offset that initiates a refresh.
68 Sets whether to initiate a refresh when the pull-down distance exceeds the value of [refreshOffset]…
84 Sets the pull-down ratio.
94pull-down gesture. The value **0** indicates that the pull-down does not follow the gesture, and *…
130 Called when the pull-down distance changes.
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 …]
/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.|
27 …- **pulldown**: When the list is pulled to the top, users can continue to pull down to trigger a r…
50 …t. Available values are as follows:<br>- **start**: The pull-down starts.<br>- **end**: The pull-d…
/ohos5.0/docs/zh-cn/device-dev/get-code/
H A Dgettools-acquire.md54 docker pull swr.cn-south-1.myhuaweicloud.com/openharmony-docker/docker_oh_small:3.2
58 docker pull swr.cn-south-1.myhuaweicloud.com/openharmony-docker/docker_oh_mini:3.2
126 docker pull swr.cn-south-1.myhuaweicloud.com/openharmony-docker/docker_oh_standard:3.2
237 …docker pull swr.cn-south-1.myhuaweicloud.com/openharmony-docker/openharmony-docker:0.0.3# linux环境下…
H A Dsourcecode-acquire.md94 repo forall -c 'git lfs pull'
103 repo forall -c 'git lfs pull'
225 repo forall -c 'git lfs pull'
234 repo forall -c 'git lfs pull'
/ohos5.0/docs/zh-cn/device-dev/quick-start/
H A Dquickstart-pkg-sourcecode.md80 repo forall -c 'git lfs pull'
89 repo forall -c 'git lfs pull'
/ohos5.0/docs/zh-cn/release-notes/
H A DOpenHarmony-v5.0.1-release.md219 repo forall -c 'git lfs pull'
226 repo forall -c 'git lfs pull'
237 repo forall -c 'git lfs pull'
244 repo forall -c 'git lfs pull'
H A DOpenHarmony-2-0-Canary.md37 repo forall -c 'git lfs pull'
47 repo forall -c 'git lfs pull'
H A DOpenHarmony-v5.0-beta1.md43 - 支持跨端迁移时,应用通过配置立即启动字段,在pull场景下提前启动可迁移应用。
894 repo forall -c 'git lfs pull'
901 repo forall -c 'git lfs pull'
912 repo forall -c 'git lfs pull'
919 repo forall -c 'git lfs pull'
H A DOpenHarmony-v1-1-4-LTS.md28 repo forall -c 'git lfs pull'
36 repo forall -c 'git lfs pull'
H A DOpenHarmony-v1.1.5-LTS.md30 repo forall -c 'git lfs pull'
39 repo forall -c 'git lfs pull'
H A DOpenHarmony-v3.2-beta5.md88 repo forall -c 'git lfs pull'
95 repo forall -c 'git lfs pull'
106 repo forall -c 'git lfs pull'
113 repo forall -c 'git lfs pull'
H A DOpenHarmony-v1-1-3-LTS.md26 repo forall -c 'git lfs pull'
34 repo forall -c 'git lfs pull'
H A DOpenHarmony-v4.0-beta1.md335 repo forall -c 'git lfs pull'
342 repo forall -c 'git lfs pull'
353 repo forall -c 'git lfs pull'
360 repo forall -c 'git lfs pull'
H A DOpenHarmony-v4.0-beta2.md343 repo forall -c 'git lfs pull'
350 repo forall -c 'git lfs pull'
361 repo forall -c 'git lfs pull'
368 repo forall -c 'git lfs pull'
H A DOpenHarmony-v5.0.0-release.md572 repo forall -c 'git lfs pull'
579 repo forall -c 'git lfs pull'
590 repo forall -c 'git lfs pull'
597 repo forall -c 'git lfs pull'
/ohos5.0/docs/en/device-dev/get-code/
H A Dgettools-acquire.md54 docker pull swr.cn-south-1.myhuaweicloud.com/openharmony-docker/docker_oh_small:3.2
58 docker pull swr.cn-south-1.myhuaweicloud.com/openharmony-docker/docker_oh_mini:3.2
126 docker pull swr.cn-south-1.myhuaweicloud.com/openharmony-docker/docker_oh_standard:3.2
193 …Running the following command will automatically install Docker, pull the Docker image, and start …
237 …docker pull swr.cn-south-1.myhuaweicloud.com/openharmony-docker/openharmony-docker:0.0.3# Build th…
/ohos5.0/docs/en/device-dev/quick-start/
H A Dquickstart-pkg-sourcecode.md73 repo forall -c 'git lfs pull'
82 repo forall -c 'git lfs pull'

1234567