Searched refs:bottomEnd (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkCalendarPicker.ts | 151 (this.value as LocalizedBorderRadius).bottomEnd); 174 …(this.stageValue as LocalizedBorderRadius).bottomEnd === (this.value as LocalizedBorderRadius).bot…
|
H A D | ArkClassDefine.ts | 130 bottomEnd: LocalizedBorderRadius; 140 this.bottomEnd = undefined; 152 this.bottomEnd === another.bottomEnd)
|
H A D | ArkComponent.ts | 401 (this.value as LocalizedBorderRadius).bottomEnd); 424 …(this.stageValue as LocalizedBorderRadius).bottomEnd === (this.value as LocalizedBorderRadius).bot… 1089 …(this.value.arkRadius).indexOf('bottomEnd') >= 0 && isUndefined(this.value.arkRadius.bottomEnd))) { 1102 …art, this.value.arkRadius.topEnd, this.value.arkRadius.bottomStart, this.value.arkRadius.bottomEnd, 3742 arkBorder.arkRadius.bottomEnd = (value.radius as LocalizedBorderRadius)?.bottomEnd;
|
H A D | ArkImage.ts | 316 localizedBorderRadius.bottomEnd);
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.29/ |
H A D | changelogs-arkui.md | 400 bottomEnd: LengthMetrics.vp(32) 432 bottomEnd: LengthMetrics.vp(32)
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-border.md | 206 | bottomEnd | [LengthMetrics](../js-apis-arkui-graphics.md#lengthmetrics12)<sup>12+</sup> | 否 … 317 bottomEnd: LengthMetrics.vp(80)
|
H A D | ts-types.md | 146 | bottomEnd | [LengthMetrics](../js-apis-arkui-graphics.md#lengthmetrics12)<sup>12+</sup> | 否 …
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/source/ |
H A D | segmentbutton.ets | 735 borderRadius.bottomEnd = LengthMetrics.vp((borderRadius.bottomEnd?.value ?? 0) + 4) 766 bottomEnd: LengthMetrics.vp(0) 775 …borderRadiusArray[index].bottomEnd = LengthMetrics.vp(this.options.iconTextRadius ?? halfButtonIte… 781 borderRadiusArray[index].bottomEnd = LengthMetrics.vp(0) 787 …borderRadiusArray[index].bottomEnd = LengthMetrics.vp(this.options.iconTextRadius ?? halfButtonIte… 792 borderRadiusArray[index].bottomEnd = LengthMetrics.vp(0) 971 bottomEnd: LengthMetrics.vp(0)
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
H A D | segmentbutton.js | 1412 borderRadius.bottomEnd = LengthMetrics.vp((borderRadius.bottomEnd?.value ?? 0) + 4); 1449 bottomEnd: LengthMetrics.vp(0) 1458 v2[index].bottomEnd = LengthMetrics.vp(this.options.j2 ?? w2); 1464 v2[index].bottomEnd = LengthMetrics.vp(0); 1470 v2[index].bottomEnd = LengthMetrics.vp(this.options.j2 ?? w2); 1475 v2[index].bottomEnd = LengthMetrics.vp(0); 1753 bottomEnd: LengthMetrics.vp(0)
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-border.md | 207 | bottomEnd | [LengthMetrics](../js-apis-arkui-graphics.md#lengthmetrics12)<sup>12+</sup> | No … 315 bottomEnd: LengthMetrics.vp(80)
|
H A D | ts-types.md | 146 | bottomEnd | [LengthMetrics](../js-apis-arkui-graphics.md#lengthmetrics12)<sup>12+</sup> | No …
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 306 …Radius(node, this.value.topStart, this.value.topEnd, this.value.bottomStart, this.value.bottomEnd); 325 this.stageValue.bottomEnd === this.value.bottomEnd); 944 …this.value.arkRadius).indexOf('bottomEnd') >= 0 && !isUndefined(this.value.arkRadius.bottomEnd))) { 962 …this.value.arkRadius.bottomEnd, isLocalizedBorderWidth, isLocalizedBorderColor, isLocalizedBorderR… 3600 …arkBorder.arkRadius.bottomEnd = (_d = value.radius) === null || _d === void 0 ? void 0 : _d.bottom… 5125 borderValue.arkRadius.bottomEnd = value.radius?.bottomEnd; 15338 this.bottomEnd = undefined; 15352 this.bottomEnd === another.bottomEnd); 22451 …Radius(node, this.value.topStart, this.value.topEnd, this.value.bottomStart, this.value.bottomEnd); 22470 this.stageValue.bottomEnd === this.value.bottomEnd);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 4697 CalcDimension bottomEnd; in ParseAllBorderRadiuses() local 4701 GetBorderRadiusByLengthMetrics(BOTTOM_END_PROPERTY, object, bottomEnd); in ParseAllBorderRadiuses() 4705 bottomRight = bottomEnd; in ParseAllBorderRadiuses()
|