Home
last modified time | relevance | path

Searched refs:Length (Results 1 – 25 of 662) sorted by relevance

12345678910>>...27

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/
H A Dimport.ts98 none: Length;
153 none: Length;
154 xs: Length;
155 s: Length;
156 m: Length;
157 l: Length;
158 xl: Length;
327 xs?: Length;
328 s?: Length;
329 m?: Length;
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/theme/
H A DArkThemeInternal.d.ts59 none: Length;
60 level1: Length;
61 level2: Length;
62 level3: Length;
114 none: Length;
115 xs: Length;
116 s: Length;
117 m: Length;
118 l: Length;
119 xl: Length;
[all …]
H A DArkShapesImpl.ts16 none: Length;
17 level1: Length;
18 level2: Length;
19 level3: Length;
20 level4: Length;
21 level5: Length;
118 xs: Length;
119 s: Length;
120 m: Length;
121 l: Length;
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/theme/system/
H A DArkSystemShapes.ts16 none: Length;
17 level1: Length;
18 level2: Length;
19 level3: Length;
20 level4: Length;
21 level5: Length;
109 xs: Length;
110 s: Length;
111 m: Length;
112 l: Length;
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-universal-keystore-kit/
H A D_o_h___huks___key_material_dsa.md22 | uint32_t [xSize](#xsize) | Length of **x**. |
23 | uint32_t [ySize](#ysize) | Length of **y**. |
24 | uint32_t [pSize](#psize) | Length of **p**. |
25 | uint32_t [qSize](#qsize) | Length of **q**. |
26 | uint32_t [gSize](#gsize) | Length of **g**. |
39 Length of **g**.
58 Length of the key.
67 Length of **p**.
76 Length of **q**.
85 Length of **x**.
[all …]
H A D_o_h___huks___key_material_rsa.md21 | uint32_t [keySize](#keysize) | Length of the key. |
22 | uint32_t [nSize](#nsize) | Length of **n**. |
23 | uint32_t [eSize](#esize) | Length of **e**. |
24 | uint32_t [dSize](#dsize) | Length of **d**. |
37 Length of **d**.
47 Length of **e**.
67 Length of the key.
77 Length of **n**.
H A D_o_h___huks___key_material_ecc.md21 | uint32_t [keySize](#keysize) | Length of the key. |
22 | uint32_t [xSize](#xsize) | Length of **x**. |
23 | uint32_t [ySize](#ysize) | Length of **y**. |
24 | uint32_t [zSize](#zsize) | Length of **z**. |
47 Length of the key.
56 Length of **x**.
65 Length of **y**.
74 Length of **z**.
H A D_o_h___huks___key_material_dh.md24 | [keySize](#keysize) | Length of the DH key. |
25 | [pubKeySize](#pubkeysize) | Length of the public key. |
26 | [priKeySize](#prikeysize) | Length of the private key. |
50 Length of the DH key.
60 Length of the private key.
70 Length of the public key.
H A D_o_h___huks___key_material25519.md21 | uint32_t [keySize](#keysize) | Length of the 25519 key. |
22 | uint32_t [pubKeySize](#pubkeysize) | Length of the public key. |
23 | uint32_t [priKeySize](#prikeysize) | Length of the private key. |
45 Length of the 25519 key.
54 Length of the private key.
63 Length of the public key.
H A D_o_h___huks___pub_key_info.md21 | uint32_t [keySize](#keysize) | Length of the public key. |
22 | uint32_t [nOrXSize](#norxsize) | Length of **n** or **X**. |
23 | uint32_t [eOrYSize](#eorysize) | Length of **e** or **Y**. |
37 Length of **e** or **Y**.
57 Length of the public key.
67 Length of **n** or **X**.
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkRadio.ts37 width(value: Length): this {
41 height(value: Length): this {
45 size(value: { width: Length; height: Length }): this {
138 constructor(value: Length) {
156 constructor(value: Length) {
173 class RadioSizeModifier extends ModifierWithKey<{ width: Length; height: Length }> {
174 constructor(value: { width: Length; height: Length }) {
219 let paddingTop: Length;
220 let paddingRight: Length;
221 let paddingBottom: Length;
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-types.md29 ## Length section
108 | top | [Length](#length) | 否 | 组件上边框宽度。 |
109 | right | [Length](#length) | 否 | 组件右边框宽度。 |
110 | bottom | [Length](#length) | 否 | 组件下边框宽度。 |
111 | left | [Length](#length) | 否 | 组件左边框宽度。 |
195 | dx | [Length](#length) | 是 | 水平方向偏移量。 |
196 | dy | [Length](#length) | 是 | 竖直方向偏移量。 |
232 | minLength | [Length](#length) | 是 | 组件最小长度。 |
233 | maxLength | [Length](#length) | 是 | 组件最大长度。 |
327 | width | [Length](#length) | 否 | 元素宽度。 |
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_matrix2d.cpp86 if (info.Length() != JS_MATRIX2D_PARAMETER_COUNTS_1) { in JsSetScaleX()
98 if (info.Length() != JS_MATRIX2D_PARAMETER_COUNTS_1) { in JsSetRotateY()
110 if (info.Length() != JS_MATRIX2D_PARAMETER_COUNTS_1) { in JsSetRotateX()
122 if (info.Length() != JS_MATRIX2D_PARAMETER_COUNTS_1) { in JsSetScaleY()
134 if (info.Length() != JS_MATRIX2D_PARAMETER_COUNTS_1) { in JsSetTranslateX()
148 if (info.Length() != JS_MATRIX2D_PARAMETER_COUNTS_1) { in JsSetTranslateY()
210 if (info.Length() > JS_MATRIX2D_PARAMETER_COUNTS_0) { in JsIdentity()
219 if (info.Length() > JS_MATRIX2D_PARAMETER_COUNTS_0) { in JsInvert()
236 …if (info.Length() < JS_MATRIX2D_PARAMETER_COUNTS_1 || info.Length() > JS_MATRIX2D_PARAMETER_COUNTS… in JsRotate()
260 if (info.Length() > JS_MATRIX2D_PARAMETER_COUNTS_2) { in JsTranslate()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_shape_abstract.cpp94 if (info.Length() < 1) { in SetStroke()
107 if (info.Length() < 1) { in SetFill()
123 if (info.Length() < 1) { in SetStrokeDashOffset()
152 if (info.Length() < 1) { in SetStrokeMiterLimit()
162 if (info.Length() < 1) { in SetStrokeOpacity()
179 if (info.Length() < 1) { in SetFillOpacity()
195 if (info.Length() < 1) { in SetStrokeWidth()
226 if (info.Length() < 1) { in JsWidth()
259 if (info.Length() < 1) { in JsHeight()
292 if (info.Length() < 1) { in JsSize()
[all …]
H A Djs_shape.cpp77 if (info.Length() < 1) { in SetViewPort()
102 if (info.Length() < 1) { in JsWidth()
117 if (info.Length() < 1) { in JsHeight()
132 if (info.Length() < 1) { in JsSize()
186 if (info.Length() < 1) { in SetStroke()
196 if (info.Length() < 1) { in SetFill()
213 if (info.Length() < 1) { in SetStrokeDashOffset()
242 if (info.Length() < 1) { in SetStrokeMiterLimit()
252 if (info.Length() < 1) { in SetStrokeOpacity()
262 if (info.Length() < 1) { in SetFillOpacity()
[all …]
H A Djs_sliding_panel.cpp122 if (info.Length() < 1) { in SetBackgroundMask()
178 if (info.Length() < 1) { in JsBackgroundColor()
191 if (info.Length() < 1) { in JsPanelBorderColor()
204 if (info.Length() < 1) { in JsPanelBorderWidth()
225 if (info.Length() < 1) { in JsPanelBorder()
281 if (args.Length() < 1) { in SetOnHeightChange()
306 if (info.Length() < 1) { in SetHasDragBar()
318 if (info.Length() < 1) { in SetShowCloseIcon()
361 if (info.Length() < 1 || info.Length() > 2) { in SetPanelMode()
382 if (info.Length() < 1) { in SetPanelType()
[all …]
H A Djs_indexer.cpp139 if (args.Length() < 1) { in SetSelectedColor()
147 if (args.Length() < 1) { in SetColor()
155 if (args.Length() < 1) { in SetPopupColor()
163 if (args.Length() < 1) { in SetSelectedBackgroundColor()
171 if (args.Length() < 1) { in SetPopupBackground()
184 if (args.Length() < 1) { in SetSelectedFont()
199 if (args.Length() < 1) { in SetPopupFont()
214 if (args.Length() < 1) { in SetFont()
316 if (args.Length() < 1) { in SetItemSize()
330 if (args.Length() < 1) { in SetAlignStyle()
[all …]
H A Djs_counter.cpp80 if (args.Length() < 1) { in JsEnableDec()
92 if (args.Length() < 1) { in JsEnableInc()
104 if (args.Length() < 1) { in JsOnInc()
117 if (args.Length() < 1) { in JsOnDec()
130 if (args.Length() < 1) { in JSHeight()
148 if (args.Length() < 1) { in JSWidth()
166 if (args.Length() >= 1 && args[0]->IsObject()) { in SetSize()
188 if (args.Length() < 1) { in JSControlWidth()
207 if (args.Length() < 1) { in JsBackgroundColor()
/ohos5.0/docs/en/application-dev/security/AssetStoreKit/
H A Dasset-native-update.md17 …| ASSET_TAG_ALIAS | Type: uint8[]<br>Length: 1-256 bytes …
31 …| ASSET_TAG_DATA_LABEL_NORMAL_LOCAL_1<sup>12+</sup> | Type: uint8[]<br>Length: 1-2048 bytes| No| L…
32 …| ASSET_TAG_DATA_LABEL_NORMAL_LOCAL_2<sup>12+</sup> | Type: uint8[]<br>Length: 1-2048 bytes| No| L…
33 …| ASSET_TAG_DATA_LABEL_NORMAL_LOCAL_3<sup>12+</sup> | Type: uint8[]<br>Length: 1-2048 bytes| No| L…
34 …| ASSET_TAG_DATA_LABEL_NORMAL_LOCAL_4<sup>12+</sup> | Type: uint8[]<br>Length: 1-2048 bytes| No| L…
41 …| ASSET_TAG_SECRET | Type: uint8[]<br>Length: 1-1024 bytes| No | New asset in plaintext. …
42 …| ASSET_TAG_DATA_LABEL_NORMAL_1 | Type: uint8[]<br>Length: 1-2048 bytes| No | New asset attribu…
46 …| ASSET_TAG_DATA_LABEL_NORMAL_LOCAL_1<sup>12+</sup> | Type: uint8[]<br>Length: 1-2048 bytes| No| L…
47 …| ASSET_TAG_DATA_LABEL_NORMAL_LOCAL_2<sup>12+</sup> | Type: uint8[]<br>Length: 1-2048 bytes| No| L…
48 …| ASSET_TAG_DATA_LABEL_NORMAL_LOCAL_3<sup>12+</sup> | Type: uint8[]<br>Length: 1-2048 bytes| No| L…
[all …]
H A Dasset-js-update.md17 …| ALIAS | Type: Uint8Array<br>Length: 1-256 bytes | Yes …
23 …| DATA_LABEL_CRITICAL_1 | Type: Uint8Array<br>Length: 1-2048 bytes | No |…
31 …| DATA_LABEL_NORMAL_LOCAL_1<sup>12+</sup> | Type: Uint8Array<br>Length: 1-2048 bytes| No| Local at…
32 …| DATA_LABEL_NORMAL_LOCAL_2<sup>12+</sup> | Type: Uint8Array<br>Length: 1-2048 bytes| No| Local at…
33 …| DATA_LABEL_NORMAL_LOCAL_3<sup>12+</sup> | Type: Uint8Array<br>Length: 1-2048 bytes| No| Local at…
34 …| DATA_LABEL_NORMAL_LOCAL_4<sup>12+</sup> | Type: Uint8Array<br>Length: 1-2048 bytes| No| Local at…
41 …| SECRET | Type: Uint8Array<br>Length: 1-1024 bytes | No …
46 …| DATA_LABEL_NORMAL_LOCAL_1<sup>12+</sup> | Type: Uint8Array<br>Length: 1-2048 bytes| No| Local at…
47 …| DATA_LABEL_NORMAL_LOCAL_2<sup>12+</sup> | Type: Uint8Array<br>Length: 1-2048 bytes| No| Local at…
48 …| DATA_LABEL_NORMAL_LOCAL_3<sup>12+</sup> | Type: Uint8Array<br>Length: 1-2048 bytes| No| Local at…
[all …]
H A Dasset-js-query-auth.md23 …| ALIAS | Type: Uint8Array<br>Length: 1-256 bytes | No …
38 …| DATA_LABEL_NORMAL_LOCAL_1<sup>12+</sup> | Type: Uint8Array<br>Length: 1-2048 bytes| No| Local at…
39 …| DATA_LABEL_NORMAL_LOCAL_2<sup>12+</sup> | Type: Uint8Array<br>Length: 1-2048 bytes| No| Local at…
40 …| DATA_LABEL_NORMAL_LOCAL_3<sup>12+</sup> | Type: Uint8Array<br>Length: 1-2048 bytes| No| Local at…
41 …| DATA_LABEL_NORMAL_LOCAL_4<sup>12+</sup> | Type: Uint8Array<br>Length: 1-2048 bytes| No| Local at…
48 …| ALIAS | Type: Uint8Array<br>Length: 1-256 bytes | Yes …
49 …| AUTH_CHALLENGE | Type: Uint8Array<br>Length: 32 bytes | Yes …
50 …| AUTH_TOKEN | Type: Uint8Array<br>Length: 148 bytes | Yes …
65 …| DATA_LABEL_NORMAL_LOCAL_1<sup>12+</sup> | Type: Uint8Array<br>Length: 1-2048 bytes| No| Local at…
66 …| DATA_LABEL_NORMAL_LOCAL_2<sup>12+</sup> | Type: Uint8Array<br>Length: 1-2048 bytes| No| Local at…
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/
H A D_ddk_ashmem.md26 | [size](#size) | Length of the data array.|
28 | [bufferLength](#bufferlength) | Length of the data array that is actually used.|
29 | [transferredLength](#transferredlength) | Length of the data to transfer.|
68 Length of the data array.
92 Length of the data array that is actually used.
104 Length of the data to transfer.
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-arkui.md31 | ArkUI | Scroller | scrollBy(dx: Length, dy: Length); | 新增 |
84 | ArkUI | GetterOption | y?: Length \| GridRowSizeOption | 新增 |
85 | ArkUI | GetterOption | x?: Length \| GridRowSizeOption, | 新增 |
92 | ArkUI | GridRowSizeOption | xxl?: Length, | 新增 |
93 | ArkUI | GridRowSizeOption | xl?: Length, | 新增 |
94 | ArkUI | GridRowSizeOption | lg?: Length, | 新增 |
95 | ArkUI | GridRowSizeOption | md?: Length, | 新增 |
96 | ArkUI | GridRowSizeOption | sm?: Length, | 新增 |
97 | ArkUI | GridRowSizeOption | xs?: Length, | 新增 |
197 | ArkUI | BorderOptions |old : radius?: Length;<br>new : radius?: BorderRadiuses \| Length; | 变更 |
[all …]
/ohos5.0/docs/zh-cn/device-dev/quick-start/
H A Dquickstart-pkg-3516-burn.md30 …1" PartitionName="fastboot" FlashType="emmc" FileSystem="none" Start="0" Length="1M" SelectFile="D…
31 …<Part Sel="1" PartitionName="" FlashType="emmc" FileSystem="none" Start="1M" Length="9M" SelectFil…
32 …<Part Sel="1" PartitionName="" FlashType="emmc" FileSystem="none" Start="10M" Length="50M" SelectF…
33 …<Part Sel="1" PartitionName="" FlashType="emmc" FileSystem="none" Start="60M" Length="50M" SelectF…
41 …1" PartitionName="fastboot" FlashType="emmc" FileSystem="none" Start="0" Length="1M" SelectFile="D…
42 …PartitionName="ohos_image" FlashType="emmc" FileSystem="none" Start="1M" Length="9M" SelectFile="D…
43 … PartitionName="rootfs" FlashType="emmc" FileSystem="ext3/4" Start="10M" Length="50M" SelectFile="…
44 … PartitionName="userfs" FlashType="emmc" FileSystem="ext3/4" Start="60M" Length="50M" SelectFile="…
45 …rtitionName="userdata" FlashType="emmc" FileSystem="ext3/4" Start="110M" Length="1024M" SelectFile…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/
H A DarkComponent.d.ts61 width(value: Length): this;
62 height(value: Length): this;
243 height(value: Length): this;
502 width(value: Length): this;
933 width(value: Length): this;
947 space(value: Length): this;
957 width(value: Length): this;
960 width: Length;
961 height: Length;
1177 width: Length;
[all …]

12345678910>>...27