Home
last modified time | relevance | path

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 DArkCalendarPicker.ts151 (this.value as LocalizedBorderRadius).bottomEnd);
174 …(this.stageValue as LocalizedBorderRadius).bottomEnd === (this.value as LocalizedBorderRadius).bot…
H A DArkClassDefine.ts130 bottomEnd: LocalizedBorderRadius;
140 this.bottomEnd = undefined;
152 this.bottomEnd === another.bottomEnd)
H A DArkComponent.ts401 (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 DArkImage.ts316 localizedBorderRadius.bottomEnd);
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.29/
H A Dchangelogs-arkui.md400 bottomEnd: LengthMetrics.vp(32)
432 bottomEnd: LengthMetrics.vp(32)
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-border.md206 | bottomEnd | [LengthMetrics](../js-apis-arkui-graphics.md#lengthmetrics12)<sup>12+</sup> | 否 …
317 bottomEnd: LengthMetrics.vp(80)
H A Dts-types.md146 | bottomEnd | [LengthMetrics](../js-apis-arkui-graphics.md#lengthmetrics12)<sup>12+</sup> | 否 …
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/source/
H A Dsegmentbutton.ets735 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 Dsegmentbutton.js1412 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 Dts-universal-attributes-border.md207 | bottomEnd | [LengthMetrics](../js-apis-arkui-graphics.md#lengthmetrics12)<sup>12+</sup> | No …
315 bottomEnd: LengthMetrics.vp(80)
H A Dts-types.md146 | 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 DarkComponent.js306 …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 Djs_view_abstract.cpp4697 CalcDimension bottomEnd; in ParseAllBorderRadiuses() local
4701 GetBorderRadiusByLengthMetrics(BOTTOM_END_PROPERTY, object, bottomEnd); in ParseAllBorderRadiuses()
4705 bottomRight = bottomEnd; in ParseAllBorderRadiuses()