Home
last modified time | relevance | path

Searched refs:topStart (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkCalendarPicker.ts148 (this.value as LocalizedBorderRadius).topStart,
171 …n !((this.stageValue as LocalizedBorderRadius).topStart === (this.value as LocalizedBorderRadius).
H A DArkClassDefine.ts127 topStart: LocalizedBorderRadius;
137 this.topStart = undefined;
149 (this.topStart === another.topStart &&
H A DArkComponent.ts398 (this.value as LocalizedBorderRadius).topStart,
421 …n !((this.stageValue as LocalizedBorderRadius).topStart === (this.value as LocalizedBorderRadius).
1086 …ys(this.value.arkRadius).indexOf('topStart') >= 0 && isUndefined(this.value.arkRadius.topStart)) ||
1102 …this.value.arkRadius.topStart, this.value.arkRadius.topEnd, this.value.arkRadius.bottomStart, this…
3739 arkBorder.arkRadius.topStart = (value.radius as LocalizedBorderRadius)?.topStart;
H A DArkImage.ts314 getUINativeModule().image.setBorderRadius(node, localizedBorderRadius.topStart,
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.29/
H A Dchangelogs-arkui.md397 topStart: LengthMetrics.vp(120),
429 topStart: LengthMetrics.vp(120),
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-border.md203 | topStart | [LengthMetrics](../js-apis-arkui-graphics.md#lengthmetrics12)<sup>12+</sup> | 否 …
314 topStart: LengthMetrics.vp(10),
H A Dts-types.md143 | topStart | [LengthMetrics](../js-apis-arkui-graphics.md#lengthmetrics12)<sup>12+</sup> | 否 …
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/source/
H A Dsegmentbutton.ets732 borderRadius.topStart = LengthMetrics.vp((borderRadius.topStart?.value ?? 0) + 4)
763 topStart: LengthMetrics.vp(0),
772 …borderRadiusArray[index].topStart = LengthMetrics.vp(this.options.iconTextRadius ?? halfButtonItem…
778 …borderRadiusArray[index].topStart = LengthMetrics.vp(this.options.iconTextRadius ?? halfButtonItem…
784 borderRadiusArray[index].topStart = LengthMetrics.vp(0)
789 borderRadiusArray[index].topStart = LengthMetrics.vp(0)
968 topStart: LengthMetrics.vp(0),
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js1409 borderRadius.topStart = LengthMetrics.vp((borderRadius.topStart?.value ?? 0) + 4);
1446 topStart: LengthMetrics.vp(0),
1455 v2[index].topStart = LengthMetrics.vp(this.options.j2 ?? w2);
1461 v2[index].topStart = LengthMetrics.vp(this.options.j2 ?? w2);
1467 v2[index].topStart = LengthMetrics.vp(0);
1472 v2[index].topStart = LengthMetrics.vp(0);
1750 topStart: LengthMetrics.vp(0),
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.36/
H A Dchangelogs-arkui.md274 borderRadius: { topStart: LengthMetrics.vp(20), bottomStart: LengthMetrics.vp(60) }
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-border.md204 | topStart | [LengthMetrics](../js-apis-arkui-graphics.md#lengthmetrics12)<sup>12+</sup> | No …
312 topStart: LengthMetrics.vp(10),
H A Dts-types.md143 | topStart | [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 …getUINativeModule().common.setBorderRadius(node, this.value.topStart, this.value.topEnd, this.valu…
322 return !(this.stageValue.topStart === this.value.topStart &&
941 …s(this.value.arkRadius).indexOf('topStart') >= 0 && !isUndefined(this.value.arkRadius.topStart)) ||
961 … this.value.arkRadius.topStart, this.value.arkRadius.topEnd, this.value.arkRadius.bottomStart,
3597 …arkBorder.arkRadius.topStart = (_a = value.radius) === null || _a === void 0 ? void 0 : _a.topStar…
5122 borderValue.arkRadius.topStart = value.radius?.topStart;
15335 this.topStart = undefined;
15349 this.topStart === another.topStart &&
22451 …eModule().calendarPicker.setCalendarPickerBorderRadius(node, this.value.topStart, this.value.topEn…
22467 return !(this.stageValue.topStart === this.value.topStart &&
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp4694 CalcDimension topStart; in ParseAllBorderRadiuses() local
4698 GetBorderRadiusByLengthMetrics(TOP_START_PROPERTY, object, topStart); in ParseAllBorderRadiuses()
4702 topLeft = topStart; in ParseAllBorderRadiuses()