Home
last modified time | relevance | path

Searched refs:topEnd (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js1403 borderRadius.topEnd = LengthMetrics.vp((borderRadius.topEnd?.value ?? 0) + 4);
1440 topEnd: LengthMetrics.vp(0),
1449 v2[index].topEnd = LengthMetrics.vp(this.options.j2 ?? w2);
1455 v2[index].topEnd = LengthMetrics.vp(0);
1461 v2[index].topEnd = LengthMetrics.vp(this.options.j2 ?? w2);
1466 v2[index].topEnd = LengthMetrics.vp(0);
1745 topEnd: LengthMetrics.vp(0),
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_search.cpp72 const char* TOP_END_PROPERTY = "topEnd";
823 std::optional<CalcDimension> topEnd; in ParseAllBorderRadiuses() local
827 GetBorderRadiusByLengthMetrics(TOP_END_PROPERTY, object, topEnd); in ParseAllBorderRadiuses()
831 topRight = topEnd.has_value() ? topEnd.value() : topRight; in ParseAllBorderRadiuses()
H A Djs_textfield.cpp95 const char* TOP_END_PROPERTY = "topEnd";
924 std::optional<CalcDimension> topEnd; in ParseAllBorderRadiuses() local
928 GetBorderRadiusByLengthMetrics(TOP_END_PROPERTY, object, topEnd); in ParseAllBorderRadiuses()
932 topRight = topEnd.has_value() ? topEnd.value() : topRight; in ParseAllBorderRadiuses()
H A Djs_view_abstract.cpp156 const char* TOP_END_PROPERTY = "topEnd";
4659 CalcDimension topEnd; in ParseAllBorderRadiuses() local
4663 GetBorderRadiusByLengthMetrics(TOP_END_PROPERTY, object, topEnd); in ParseAllBorderRadiuses()
4667 topRight = topEnd; in ParseAllBorderRadiuses()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js306 (Object.keys(this.value).indexOf('topEnd') >= 0) ||
309 getUINativeModule().common.setBorderRadius(node, this.value.topStart, this.value.topEnd, this.value.bottomStart, this.value.bottomEnd);
322 (Object.keys(this.value).indexOf('topEnd') >= 0) ||
326 this.stageValue.topEnd === this.value.topEnd &&
945 (Object.keys(this.value.arkRadius).indexOf('topEnd') >= 0 && !isUndefined(this.value.arkRadius.topEnd)) ||
964 this.value.arkRadius.topStart, this.value.arkRadius.topEnd, this.value.arkRadius.bottomStart,
3500 arkBorder.arkRadius.topEnd = (_b = value.radius) === null || _b === void 0 ? void 0 : _b.topEnd;
[all...]

Completed in 31 milliseconds