/ohos5.0/foundation/graphic/graphic_2d/ |
H A D | default.scss | 43 position: relative; 55 position: relative; 91 position: relative; 98 position: relative; 111 position: relative; 120 position: relative; 148 position: relative; 167 position: relative; 184 position: relative; 193 position: relative; [all …]
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkoptions-guide.md | 25 The **types** field can be set to a bundle name, relative path to the bundle location, or relative … 27 …(2) Inputting relative path of the package: Search the defined declaration file at the relative pa… 28 …(3) Inputting relative path of the declaration file: Search the declaration file in the relative p… 32 If you input the package name or the relative path of the package location in the **types** field, … 40 If you input the relative path of the declaration file in the **types** field, make sure the corres…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___event_module.md | 395 Returns the X-coordinate relative to the upper left corner of the current screen; returns **0.0f** … 418 Returns the X-coordinate relative to the upper left corner of the current screen; returns **0.0f** … 439 Returns the Y-coordinate relative to the upper left corner of the current screen; returns **0.0f** … 462 Returns the Y-coordinate relative to the upper left corner of the current screen; returns **0.0f** … 486 Returns the X-coordinate relative to the upper left corner of the current screen; returns **0.0f** … 510 Returns the Y-coordinate relative to the upper left corner of the current screen; returns **0.0f** … 650 Returns the angle relative to the YZ plane. 674 Returns the angle relative to the XZ plane. 794 Returns the X-coordinate relative to the upper left corner of the current component; returns **0.0f… 909 Returns the angle relative to the YZ plane. [all …]
|
H A D | ui__input__event_8h.md | 52 …event_module.md#arkui_uiinputevent) \*event) | Obtains the X-coordinate relative to the upper left… 53 …32_t pointerIndex) | Obtains the X-coordinate of a specific touch point relative to the upper left… 54 …event_module.md#arkui_uiinputevent) \*event) | Obtains the Y-coordinate relative to the upper left… 55 …32_t pointerIndex) | Obtains the Y-coordinate of a specific touch point relative to the upper left… 56 …event_module.md#arkui_uiinputevent) \*event) | Obtains the X-coordinate relative to the upper left… 58 …event_module.md#arkui_uiinputevent) \*event) | Obtains the Y-coordinate relative to the upper left… 60 …event_module.md#arkui_uiinputevent) \*event) | Obtains the X-coordinate relative to the upper left… 61 …32_t pointerIndex) | Obtains the X-coordinate of a specific touch point relative to the upper left… 62 …event_module.md#arkui_uiinputevent) \*event) | Obtains the Y-coordinate relative to the upper left… 65 …arkui_uiinputevent) \*event, uint32_t pointerIndex) | Obtains the angle relative to the YZ plane f… [all …]
|
H A D | _o_h___native_x_component___mouse_event.md | 24 | [x = 0.0](_o_h___native_x_component.md#x-33) | X coordinate of the clicked point relative to the … 25 | [y = 0.0](_o_h___native_x_component.md#y-33) | Y coordinate of the clicked point relative to the … 26 …__native_x_component.md#screenx-33) | X coordinate of the clicked point relative to the upper left… 27 …__native_x_component.md#screeny-33) | Y coordinate of the clicked point relative to the upper left…
|
H A D | _o_h___native_x_component___touch_event.md | 24 …ive_x_component.md#screenx-23) = 0.0 | X coordinate of the touch point relative to the left edge … 25 …tive_x_component.md#screeny-23) = 0.0 | Y coordinate of the touch point relative to the upper edge… 26 | [x](_o_h___native_x_component.md#x-23) = 0.0 | X coordinate of the touch point relative to the le… 27 | [y](_o_h___native_x_component.md#y-23) = 0.0 | Y coordinate of the touch point relative to the up…
|
H A D | _o_h___native_x_component___touch_point.md | 24 …ive_x_component.md#screenx-13) = 0.0 | X coordinate of the touch point relative to the upper left… 25 …ive_x_component.md#screeny-13) = 0.0 | Y coordinate of the touch point relative to the upper left… 26 | [x](_o_h___native_x_component.md#x-13) = 0.0 | X coordinate of the touch point relative to the le… 27 | [y](_o_h___native_x_component.md#y-13) = 0.0 | Y coordinate of the touch point relative to the up…
|
H A D | _o_h___native_x_component.md | 1069 | windowX | Pointer to the X coordinate of the touch point relative to the upper left corner of … 1096 | windowY | Pointer to the Y coordinate of the touch point relative to the upper left corner of … 1123 | displayX | Pointer to the X coordinate of the touch point relative to the upper left corner of… 1150 | displayY | Pointer to the Y coordinate of the touch point relative to the upper left corner of… 1223 Obtains the offset of the surface held by the XComponent relative to the upper left corner of its p… 2136 X coordinate of the touch point relative to the left edge of the XComponent. 2151 X coordinate of the touch point relative to the left edge of the XComponent. 2166 X coordinate of the clicked point relative to the upper left corner of the component. 2181 Y coordinate of the touch point relative to the upper edge of the XComponent. 2196 Y coordinate of the touch point relative to the upper edge of the XComponent. [all …]
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-layout-development-relative-layout.md | 8 …relative layout, implemented using the **RelativeContainer** container component, is used to lay o… 13  16 A child element does not necessarily adopt the dependency shown above to determine its relative pos… 21 - Anchor: element relative to which an element's position is specified. 36 >When using anchors, pay attention to the relative positions of child elements to avoid misplacemen… 189 After an anchor is set, you can use **align** to set the alignment mode relative to the anchor. 193  197  201 After being aligned relative to the anchor, a child component may be still not at its target positi… 322 … as **Row**, **Column**, **Flex**, and **Stack**, to be aligned based on the relative layout rules. [all …]
|
H A D | js-framework-file.md | 38 …accessed via an absolute or relative path. In the JS UI framework, an absolute path starts with a … 40 - To reference a code file, use a relative path, for example, **../common/utils.js**. 49 >- If code files A and B are in the same directory, you can use either a relative or absolute pat…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-component-id.md | 246 …x: rect.left + (rect.right - rect.left) / 2, // X coordinate relative to the upper left corner of … 247 …y: rect.top + (rect.bottom - rect.top) / 2, // Y coordinate relative to the upper left corner of t… 250 …windowX: rect.left + (rect.right - rect.left) / 2, // X coordinate relative to the upper left corn… 251 …windowY: rect.left + (rect.right - rect.left) / 2, // Y coordinate relative to the upper left corn… 252 …displayX: rect.left + (rect.right - rect.left) / 2, // X coordinate relative to the upper left cor… 253 …displayY: rect.left + (rect.right - rect.left) / 2, // Y coordinate relative to the upper left cor… 272 …x: rect.left + (rect.right - rect.left) / 2, // X coordinate relative to the upper left corner of … 273 …y: rect.top + (rect.bottom - rect.top) / 2, // Y coordinate relative to the upper left corner of t… 276 …windowX: rect.left + (rect.right - rect.left) / 2, // X coordinate relative to the upper left corn… 278 …displayX: rect.left + (rect.right - rect.left) / 2, // X coordinate relative to the upper left cor… [all …]
|
H A D | ts-universal-mouse-key.md | 24 …licked point on the entire screen, and coordinates of the clicked point relative to the component … 35 …r | X coordinate of the mouse pointer relative to the upper left… 36 …r | Y coordinate of the mouse pointer relative to the upper left… 41 …> | number | X coordinate of the mouse pointer relative to the upper left… 42 …> | number | Y coordinate of the mouse pointer relative to the upper left… 43 …p> | number | X coordinate of the mouse pointer relative to the upper left… 44 …p> | number | Y coordinate of the mouse pointer relative to the upper left… 45 …ted)</sup> | number | X coordinate of the mouse pointer relative to the upper left… 46 …ted)</sup> | number | Y coordinate of the mouse pointer relative to the upper left…
|
H A D | ts-universal-accessibility-hover-event.md | 53 … number | X coordinate of the finger's position relative to the upper left… 54 … number | Y coordinate of the finger's position relative to the upper left… 55 … number | X coordinate of the finger's position relative to the upper left… 56 … number | Y coordinate of the finger's position relative to the upper left… 57 … number | X coordinate of the finger's position relative to the upper left… 58 … number | Y coordinate of the finger's position relative to the upper left…
|
H A D | ts-universal-attributes-location.md | 49 Sets the absolute position of the component relative to the position of the parent component. 85 Sets the offset of the component relative to its original position. 103 Sets the alignment rules in the relative container. This API is valid only when the container is [R… 115 | value | [AlignRuleOption](#alignruleoption) | Yes | Alignment rules in the relative container.| 121 …relative container. This API is valid only when the container is [RelativeContainer](ts-container-… 133 …lignRuleOptions](#localizedalignruleoptions12) | Yes | Alignment rules in the relative container.| 170 …ign](ts-appendix-enums.md#horizontalalign) | Horizontal alignment mode relative to the anchor com… 179 | align | [VerticalAlign](ts-appendix-enums.md#verticalalign) | Vertical alignment mode relative… 299 This example demonstrates position offsets based on the parent component, relative positioning, and… 308 …// Set the offset of the component's upper left corner relative to the parent component's upper le… [all …]
|
H A D | ts-universal-attributes-overlay.md | 24 …relative to the component.<br>- **offset**: offset of the overlay relative to the upper left corne…
|
H A D | ts-universal-events-click.md | 63 | x | number | X coordinate of the click relative t… 64 | y | number | Y coordinate of the click relative t… 66 | windowX<sup>10+</sup> | number | X coordinate of the click relative t… 67 | windowY<sup>10+</sup> | number | Y coordinate of the click relative t… 68 | displayX<sup>10+</sup> | number | X coordinate of the click relative t… 69 | displayY<sup>10+</sup> | number | Y coordinate of the click relative t… 70 | screenX<sup>(deprecated)</sup> | number | X coordinate of the click relative t… 71 | screenY<sup>(deprecated)</sup> | number | Y coordinate of the click relative t…
|
H A D | ts-universal-events-touch.md | 70 | x | number | X coordinate of the touch point relative … 71 | y | number | Y coordinate of the touch point relative … 72 | windowX<sup>10+</sup> | number | X coordinate of the touch point relative … 73 | windowY<sup>10+</sup> | number | Y coordinate of the touch point relative … 74 | displayX<sup>10+</sup> | number | X coordinate of the touch point relative … 75 | displayY<sup>10+</sup> | number | Y coordinate of the touch point relative … 76 | screenX<sup>(deprecated)</sup> | number | X coordinate of the touch point relative … 77 | screenY<sup>(deprecated)</sup> | number | Y coordinate of the touch point relative …
|
H A D | ts-types.md | 279 …md#lengthmetrics12) | No | X-coordinate relative to the left for left-to-right scripts; X-coordi… 290 | top | [Dimension](#dimension10) | No | Offset relative to the top edge.| 291 | bottom | [Dimension](#dimension10) | No | Offset relative to the bottom edge.| 292 | left | [Dimension](#dimension10) | No | Offset relative to the left edge.| 293 | right | [Dimension](#dimension10) | No | Offset relative to the right edge.| 303 …graphics.md#lengthmetrics12) | No | Offset relative to the left for left-to-right scripts; offse… 304 …raphics.md#lengthmetrics12) | No | Offset relative to the right for left-to-right scripts; offse… 642 > - The position information is the offset of the first character relative to the editable area. 676 | [CaretOffset](#caretoffset11) | Position of the caret relative to the text box.| 730 | x | number | X coordinate of the caret relative to the text box, in px.| [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/ |
H A D | _hid___rel_axes_array.md | 6 Defines an array of relative coordinates. 24 | [hidRelAxes](#hidrelaxes) | Array of relative coordinates.| 40 Array of relative coordinates.
|
H A D | _hid___event_properties.md | 27 | [hidRelBits](#hidrelbits) | Array of relative coordinates.| 83 Array of relative coordinates.
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-file.md | 40 …essed via an absolute or relative path. In this development framework, an absolute path starts wit… 42 - To reference a code file, use a relative path, for example, **../common/style.css**. 54 > - If code files A and B are in the same directory, you can use either a relative or absolute path…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js-lite/ |
H A D | js-lite-framework-file.md | 37 …essed via an absolute or relative path. In this development framework, an absolute path starts wit… 39 - To reference a code file, use a relative path, for example, **../common/utils.js**. 51 > - If code files A and B are in the same directory, you can use either a relative or absolute pat…
|
/ohos5.0/docs/en/application-dev/internationalization/ |
H A D | i18n-time-date.md | 7 Time and date formatting includes date and time formatting, relative time formatting, and time segm… 155 3. Format the relative time. **value** indicates the formatted value, and **unit** indicates the fo… 160 4. Format the custom relative time. 172 The following uses the relative time **one day ago** and locales **fr-FR** and **en-GB** as an exam… 195 // Display the relative time. 199 // Display the relative time in a conversational style. 209 // Display the custom relative time for the specified locale.
|
/ohos5.0/build/config/ |
H A D | zip.gni | 8 # List of input files relative to the current directory. 14 # If provided, the archive paths will be relative to this directory.
|
/ohos5.0/docs/en/application-dev/reference/apis-localization-kit/ |
H A D | errorcode-resource-manager.md | 87 Invalid relative path. 91 This error code is reported if no resource is found based on the specified relative path. 95 The specified relative path is incorrect. 99 Check whether the specified relative path is correct.
|