Home
last modified time | relevance | path

Searched refs:between (Results 1 – 25 of 1112) sorted by relevance

12345678910>>...45

/ohos5.0/foundation/graphic/graphic_utils_lite/
H A DREADME.md15 **Figure 1** Dependency between modules of the graphics subsystem<a name="fig717664212591"></a>
16 ![](figures/dependency-between-modules-of-the-graphics-subsystem.png "dependency-between-modules-of…
30 │   ├── innerkits # APIs between modules
75 **Figure 1** Dependency between modules of the graphics subsystem and that between graphics modul…
76between-modules-of-the-graphics-subsystem-and-that-between-graphics-modules-and-the-drive.png "dep…
88 │ ├── innerkits # APIs between modules
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-grid-row.md31 …>- **space-between**: Items are positioned with space between the rows.<br>- **space-around**: Ite…
33between the start edge of the container's cross axis and the first row is equal to the spacing bet…
H A Djs-components-grid-container.md53 …>- **space-between**: Items are positioned with space between the rows.<br>- **space-around**: Ite…
55between the start edge of the container's cross axis and the first row is equal to the spacing bet…
71 | getGutterWidth | - | Returns the gutter width between columns of the grid.|
H A Djs-components-grid-col.md41 …>- **space-between**: Items are positioned with space between the rows.<br>- **space-around**: Ite…
43between the start edge of the container's cross axis and the first row is equal to the spacing bet…
46 …e of the gap between two consecutive rows or columns in a grid layout. You can also use **grid-gap…
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-layout-development-linear.md29 - Spacing: distance between child elements.
226 …the center of the container. The space between the first component and the start edge is the same …
260between any two adjacent elements is the same. The first element is aligned with the start edge, t…
277between any two adjacent elements is the same. The space between the first element and start edge,…
294 …rtically. The space between the first element and start edge, the space between the last element a…
335 …the center of the container. The space between the first component and the start edge is the same …
369between any two adjacent elements is the same. The first element is aligned with the start edge, t…
386between any two adjacent elements is the same. The space between the first element and start edge,…
403 …zontally. The space between the first element and start edge, the space between the last element a…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-list-sys.md39 …e list will result in reduced spacing between the list items in the drag direction and<br>increase…
40 …ed to the edge, a continued drag of the list result in increased spacing between all the list item…
52 | minSpace | [Length](ts-types.md#length) | Yes | Minimum spacing between the cha…
53 | maxSpace | [Length](ts-types.md#length) | Yes | Maximum spacing between the cha…
H A Dts-container-columnsplit.md3 …nt lays out child components vertically and inserts a horizontal divider between every two child c…
12 …l, the space occupied by the child components can be changed by dragging the dividers between them.
14 … the size of the child components is greater than the allowable distance between adjacent dividers…
51 … top and bottom margins of the divider are 0. **DividerStyle**: distance between the divider and t…
59 | startMargin | [Dimension](ts-types.md#dimension10) | No | Distance between the divider and…
60 | endMargin | [Dimension](ts-types.md#dimension10) | No | Distance between the divider and…
H A Dts-container-flex.md53 …<sup>12+</sup>](ts-container-flex.md#flexspaceoptions12) | No | Spacing between child components …
220 … space between the first component and main-start, and that between the last component and cross-m…
223 …n axis. The space between the first component and main-start, the space between the last component…
322between the child component in the first row and the start edge of the column, and that between th…
328between the child component in the first row and the start edge of the column, the space between t…
347 This example shows how to set the spacing between child components along the main axis or cross axi…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-container-div.md28between**: Items are positioned with space between the rows.<br>- **space-around**: Items are posi…
30between the start edge of the container's cross axis and the first row is equal to the spacing bet…
33 …e of the gap between two consecutive rows or columns in a grid layout. You can also use **grid-gap…
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A D_rdb___statistic.md20 | [total](_r_d_b.md#total) | Total number of rows to be synchronized between the device and cloud i…
21 | [successful](_r_d_b.md#successful) | Number of rows that are successfully synchronized between th…
22 | [failed](_r_d_b.md#failed) | Number of rows that failed to be synchronized between the device and…
/ohos5.0/docs/en/application-dev/dfx/
H A Duinput.md143 The value of [press time] can be set between 1 and 300 ms.
144 The value of [click interval time] can be set between 1 and 450 ms.
199 # Set the interval between two click events to 500 ms.
284 # Set the interval between pressing and releasing the A key to 500 ms.
357 The value of [click interval] can be set between 1 and 450 ms.
395 # Set the interval between the two click events at coordinates (100,100) to 500 ms.
456 The value of [click interval] can be set between 1 and 450 ms.
494 # Set the interval between the two touch events at coordinates (100,100) to 500 ms.
506 The value of [interval time] can be set between 1 ms and 250 ms. The default value is 200 ms.
511 # Set the interval between the knuckle touch events at coordinates (100, 100) and (100, 130) to 200…
[all …]
/ohos5.0/docs/en/application-dev/napi/
H A Dnapi-introduction.md5 …cs/latest-v12.x/api/n-api.html), OpenHarmony Node-API allows interaction between ArkTS/JS and C/C+…
11 > For details about the differences between OpenHarmony Node-API and Node.js 12.x LTS Node-API, see…
13 …capabilities in the form of ArkTS/JS interfaces to implement interaction between ArkTS/JS and C/C+…
27 - Node-API: implements the logic for interaction between ArkTS and C/C++ code.
45 The interaction between ArkTS and C++ consists of the following two steps:
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dinterthread-communication-overview.md3 Inter-thread communication refers to data exchange between concurrent threads. ArkTS is compatible …
5 For different data objects, the communication behavior between ArkTS threads is different, such as …
7 … algorithm (serialization and deserialization) is used for communication between concurrent tasks.…
15 …, a scenario of communication between a TaskPool thread and a host thread, a scenario of asynchron…
/ohos5.0/base/security/device_auth/
H A DREADME.md12between devices, including establishment, maintenance, use, and cancellation, and implements authe…
16 … the establishment, maintenance, and cancellation of trust relationships between devices in a unif…
17 …t relationships between devices, allows trusted devices to exchange secure session keys with each …
28between the local device and other devices created by different services in a unified manner, crea…
29 …vices to authenticate the trust relationships that have been established between them and exchange…
53 …b-module abstracts trust relationships established by different services between devices into trus…
/ohos5.0/docs/en/application-dev/application-models/
H A Dthread-model-fa.md22 …-introduction.md) mode. Emitter is mainly used for event synchronization between threads, and Work…
26 … for event synchronization within the ability thread, between a pair of ability threads, or betwee…
/ohos5.0/docs/en/design/ux-design/
H A Dmultimodal-swiper.md4 …d tell user which page is currently displayed. They also allow users to switch between these pages.
18 - Users can swipe the page indicators to switch between pages.
20 - Users can swipe left or right in the content area to easily switch between pages.
H A Dtransition-animation.md3 Transition animations between screens or between elements help users understand their logical relat…
8 …g transition animations, you must correctly understand the relationships between the applications …
15 Scenarios: A user edits some components or elements, switches between tab pages, or changes the lan…
26 Scenarios: A user switches between upper- and lower-level screens, creates an entity, unlocks a scr…
35 One example of cross-layer transitions is transition between different applications.
74 …sition experience by leveraging shared elements. It helps users navigate between the UIs and enhan…
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Derrorcode-wifi.md19 1. Communication between the Wi-Fi service and the STA failed.
40 1. Communication between the Wi-Fi service and the STA failed.
79 1. Communication between the Wi-Fi service and the hotspot failed.
100 1. Communication between the Wi-Fi service and the hotspot failed.
121 1. Communication between the Wi-Fi service and the STA failed.
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-get-started.md7 …n terms of the following aspects. For more details about the differences between standard TS and A…
24between different component levels (for example, between parent and child components, between gran…
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-security-selinux-sample-domain.md11 …on file of the process, add the **secon** field to configure the mapping between the process and t…
43 …on file of the process, add the **secon** field to configure the mapping between the process and t…
69 …on file of the process, add the **secon** field to configure the mapping between the process and t…
96 1. In the **sehap_contexts** file, define the mappings between the application APL, bundle name and…
112 **Table 1** Mappings between APLs and application attributes
H A Dsubsys-security-selinux-sample-param.md9 Define the mappings between parameters and labels in the **parameter_contexts** file. If a paramete…
11 The following is an example of the mapping between a label and a wildcard parameter. The label for …
15 The following is an example of the mapping between a label and a fixed parameter. The label for the…
/ohos5.0/foundation/ability/ability_lite/
H A DREADME.md21 …ighly relevant capabilities. The following figure shows the relationship between a Page ability an…
23 **Figure 2** Relationship between a Page ability and its ability slices
45 - **AbilityManager** enables inter-process communication \(IPC\) between the AbilityKit and the …
46 - **EventHandler** is provided by the AbilityKit to enable inter-thread communication between ab…
63 …│ ├── abilitymgr_lite # Client code used for communication between the AbilityKit …
64 … # Implementation code of the information carrier for interaction between abilities
68 …── want_lite # External APIs of the information carrier for interaction between abilities
/ohos5.0/docs/en/application-dev/file-management/
H A Dsend-file-to-app-sandbox.md9 … to understand the [mappings between application sandbox paths and physical paths](app-sandbox-dir…
13 …, according to the [mappings between application sandbox paths and physical paths](app-sandbox-dir…
/ohos5.0/docs/en/application-dev/performance/
H A Dproper-choice-between-if-and-visibility.md3 …ility attribute to switch components between visibility states. This document is intended to help …
45 - If a component does not frequently switch between visibility states, or does not need to be displ…
48 - If only some components need to be switched between visibility states and the conditions for rend…
52 - If a component is frequently switched between visibility states, the visibility attribute is a be…
57 …attribute is a better choice for components that are frequently switched between visibility states…
61 Use conditional statements to switch components between visibility states.
99 Use the visibility attribute to switch components between visibility states.
135 …en click the button again to show the components. Make sure the interval between showing and hidin…
145 …ta, we can learn that, regarding components that are frequently switched between visibility states…
330 …hen click the button again to show the component. Make sure the interval between showing and hidin…
[all …]
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dui-js-animate-dynamic-effects.md38 justify-content: space-between;
122 justify-content: space-between;
132 justify-content: space-between;
142 justify-content: space-between;

12345678910>>...45