Home
last modified time | relevance | path

Searched refs:floating (Results 1 – 25 of 133) sorted by relevance

123456

/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-common2D.md36 … | X coordinate of the upper left corner of the rectangle. The value is a floating point number. |
37 … | Y coordinate of the upper left corner of the rectangle. The value is a floating point number. |
38 … | X coordinate of the lower right corner of the rectangle. The value is a floating point number. |
39 … | Y coordinate of the lower right corner of the rectangle. The value is a floating point number. |
49 | x | number | Yes | Yes | Horizontal coordinate. The value is a floating point number. …
50 | y | number | Yes | Yes | Vertical coordinate. The value is a floating point number. …
60 | z | number | Yes | Yes | Z-axis coordinate. The value is a floating point number. …
H A Djs-apis-graphics-drawing.md241 | startDeg | number | Yes | Start angle, in degrees. The value is a floating point number.|
242 | sweepDeg | number | Yes | Sweep degree. The value is a floating point number.|
794 | x | number | Yes | X coordinate. The value is a floating point number.|
795 | y | number | Yes | Y coordinate. The value is a floating point number.|
1958 | number | Yes | Canvas width. The value is a floating point number.|
1986 | number | Yes | Canvas height. The value is a floating point number.|
2721 | sx | number | Yes | Scale ratio on the X axis. The value is a floating point number.|
3970 | number | Text size. The value is a floating point number.|
4078 | number | Width of the text. The value is a floating point number.|
4114 | number | Width of the character. The value is a floating point number.|
[all …]
H A Djs-apis-graphics-text.md651 | width | number | Yes | Maximum width of a single line, in units of px. The value is a floating p…
726 | number | Maximum line width, in units of px. The value is a floating point number.|
746 | number | Total height, in units of px. The value is a floating point number.|
766 | number | Longest line, in units of px. The value is a floating point number.|
786 | number | Width of the longest line, including its indentation. The value is a floating point numb…
806 | number | Minimum intrinsic width, in units of px. The value is a floating point number.|
826 | number | Maximum intrinsic width, in units of px. The value is a floating point number.|
846 | number | Alphabetic baseline, in units of px. The value is a floating point number.|
866 | number | Ideographic baseline, in units of px. The value is a floating point number.|
935 | x | number | Yes | X coordinate. The value is a floating point number.|
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Dunion_image_effect___data_value.md23 | float [floatValue](#floatvalue) | Single-precision floating-point value, corresponding to [EFFECT…
24 | double [doubleValue](#doublevalue) | Double-precision floating-point value, corresponding to [EFF…
61 Double-precision floating-point value, corresponding to [EFFECT_DATA_TYPE_DOUBLE](_image_effect.md).
71 Single-precision floating-point value, corresponding to [EFFECT_DATA_TYPE_FLOAT](_image_effect.md).
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_native_display_manager___display_info.md30 …he display, that is, the number of pixels per inch. The value must be a floating point number grea…
31 … coefficient between physical pixels and logical pixels. The value is a floating point number grea…
32 … Scaling factor for fonts displayed on the display. The value must be a floating point number grea…
33 … pixels per inch of the display in the X dimension. The value must be a floating point number grea…
34 … pixels per inch of the display in the Y dimension. The value must be a floating point number grea…
86 …he display, that is, the number of pixels per inch. The value must be a floating point number grea…
97 … coefficient between physical pixels and logical pixels. The value is a floating point number grea…
218 Scaling factor for fonts displayed on the display. The value must be a floating point number greate…
251 Exact physical pixels per inch of the display in the X dimension. The value must be a floating poin…
262 Exact physical pixels per inch of the display in the Y dimension. The value must be a floating poin…
H A Djs-apis-window-sys.md63 | FLOATING | 5 | The application is displayed in a floating window.|
2837 Sets whether to hide non-system floating windows. This API uses an asynchronous callback to return …
2839floating window is a floating window created by a non-system application. By default, the main win…
2849 … | Yes | Whether to hide non-system floating windows. The value **true** means to hide th…
2899 console.info('Succeeded in hiding the non-system floating windows.');
2910 Sets whether to hide non-system floating windows. This API uses a promise to return the result.
2912floating window is a floating window created by a non-system application. By default, the main win…
2922 … | Yes | Whether to hide non-system floating windows. The value **true** means to hide th…
2975 console.info('Succeeded in hiding the non-system floating windows.');
2977 …console.error(`Failed to hide the non-system floating windows. Cause code: ${err.code}, message: $…
[all …]
H A Djs-apis-arkui-uiExtension-sys.md27 …the **EmbeddedComponent** (or **UIExtensionComponent**), such as global floating windows, host sub…
91 …reground, regardless of whether the window is displayed in full screen, floating, and split screen…
/ohos5.0/docs/en/application-dev/windowmanager/
H A Dapplication-window-stage.md25 - Setting a floating window
467floating window is created based on an existing task. It is always displayed in the foreground, ev…
476 1. Create a floating window.
478 Call **window.createWindow** to create a floating window.
480 2. Set properties of the floating window.
484 3. Load content to and show the floating window.
488 4. Destroy the floating window.
499 // 1. Create a floating window.
512 // 2. Set the position, size, and other properties of the floating window.
529 // 3.1 Load content to the floating window.
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_item.h42 double floating; member
130 return (valueType_ != STYLE_PROP_VALUE_TYPE_FLOATING) ? false : styleValue_.floating; in GetFloatingValue()
205 styleValue_.floating = value; in SetFloatingValue()
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-inner-application-appStateData.md25 …cation is in floating window mode.<br>**true**: The application is in floating window mode.<br>**f…
/ohos5.0/docs/en/application-dev/napi/
H A Dohos-abi.md28 OpenHarmony uses IEE754 as the floating-point encoding format. For details about the definition of …
50 …-mfloat-cpu=softfp** to enforce the floating-point rule in function calls. The compiler still uses…
59 This ABI uses **-mfloat-cpu=softfp** to enforce the floating-point rule in function calls.
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-high-performance-programming.md21 For the **number** type, integer data and floating-point data are distinguished during optimization…
25 …iable is declared as the integer data. You are advised not to change it to the floating-point data.
28 doubleNum = 1; // This variable is declared as the floating-point data. You are advised not to chan…
175 Avoid using union arrays. Avoid mixed use of integer data and floating-point data in value arrays.
178 let arrNum: number[] = [1, 1.1, 2]; // Use both integer data and floating-point data in a value arr…
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A D_o_h___n_n___quant_param.md8 In quantization scenarios, the 32-bit floating-point data type is quantized into the fixed-point da…
12 …re stored by **scale** and **zeroPoint** in OH_NN_QuanParam. **r** is a floating point number, **q…
/ohos5.0/docs/zh-cn/application-dev/faqs/
H A Dfaqs-bundle-management.md163 - floating表示支持窗口化显示
178 "supportWindowMode": ["split", "floating"],
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.35/
H A Dchangelogs-window.md41 …n-dev/quick-start/module-configuration-file.md#abilities标签)默认不配置或配置范围包含"floating",或者配置[WindowMode]…
/ohos5.0/docs/en/application-dev/faqs/
H A Dfaqs-bundle-management.md163 - **floating** means that a floating window is supported.
178 "supportWindowMode": ["split", "floating"],
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.35/
H A Dchangelogs-arkcompiler.md51 When the string parsed by **JSON.parse** contains an underflow floating point number or **-0**, the…
83 Check whether an underflow floating-point number and **-0** is passed in to **JSON.parse**. If so, …
/ohos5.0/build/config/
H A Darm.gni21 # The ARM floating point hardware. This will be a string like "neon" or
25 # The ARM floating point mode. This is either the string "hard", "soft", or
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Darkts-utils-overview.md5 …g parsing](../reference/apis-arkts/js-apis-url.md), and [high-precision floating-point computing](…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-Filter.md4 …ta with multiple criteria combined. It consists of a floating bar and filters therein. The floatin…
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-dialog-overview.md26 …ior, and style, and want to display a floating layer on top of the page, such as a music or voice …
H A Darkts-create-overlaymanager.md3 …a of the current window. Overlays are applicable to scenarios such as persistent floating elements.
115 The following example shows how to display a floating bubble that always stays on the left side of …
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.5/
H A Dchangelogs-multimedia.md45 …**. The new APIs support the adjustment of the playback speed through a floating point number inst…
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-JavaScript-coding-style-guide.md622 #### Suggestion 3.14 Watch out for JavaScript floating point numbers.
624floating point number. Having a single numeric type is one of the best features of JavaScript. Mul…
629 … 0.2 === 0.3); // Output: false. Therefore, do not use == or === to compare floating-point numbers.
639 console.log(sum2); // Output: 0.6. Therefore, for binary floating-point numbers, (a + b) + c cannot…
646 …o reduce the precision of the calculation result before determining the floating-point number calc…
652 …is used to determine the calculation error of floating-point numbers. If the calculation error of
/ohos5.0/docs/en/application-dev/security/AccessToken/
H A Ddeclare-permissions-in-acl.md5 For example, if a normal application needs to use the global floating window and capture screen ima…

123456