Searched refs:topStart (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
H A D | segmentbutton.js | 1402 borderRadius.topStart = LengthMetrics.vp((borderRadius.topStart?.value ?? 0) + 4); 1439 topStart: LengthMetrics.vp(0), 1448 v2[index].topStart = LengthMetrics.vp(this.options.j2 ?? w2); 1454 v2[index].topStart = LengthMetrics.vp(this.options.j2 ?? w2); 1460 v2[index].topStart = LengthMetrics.vp(0); 1465 v2[index].topStart = LengthMetrics.vp(0); 1744 topStart: LengthMetrics.vp(0),
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_search.cpp | 71 const char* TOP_START_PROPERTY = "topStart"; 822 std::optional<CalcDimension> topStart; in ParseAllBorderRadiuses() local 826 GetBorderRadiusByLengthMetrics(TOP_START_PROPERTY, object, topStart); in ParseAllBorderRadiuses() 830 topLeft = topStart.has_value() ? topStart.value() : topLeft; in ParseAllBorderRadiuses()
|
H A D | js_textfield.cpp | 94 const char* TOP_START_PROPERTY = "topStart"; 923 std::optional<CalcDimension> topStart; in ParseAllBorderRadiuses() local 927 GetBorderRadiusByLengthMetrics(TOP_START_PROPERTY, object, topStart); in ParseAllBorderRadiuses() 931 topLeft = topStart.has_value() ? topStart.value() : topLeft; in ParseAllBorderRadiuses()
|
H A D | js_view_abstract.cpp | 155 const char* TOP_START_PROPERTY = "topStart"; 4658 CalcDimension topStart; in ParseAllBorderRadiuses() local 4662 GetBorderRadiusByLengthMetrics(TOP_START_PROPERTY, object, topStart); in ParseAllBorderRadiuses() 4666 topLeft = topStart; in ParseAllBorderRadiuses()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 305 if ((Object.keys(this.value).indexOf('topStart') >= 0) || 309 getUINativeModule().common.setBorderRadius(node, this.value.topStart, this.value.topEnd, this.value.bottomStart, this.value.bottomEnd); 321 if ((Object.keys(this.value).indexOf('topStart') >= 0) || 325 return !(this.stageValue.topStart === this.value.topStart && 944 if ((Object.keys(this.value.arkRadius).indexOf('topStart') >= 0 && !isUndefined(this.value.arkRadius.topStart)) || 964 this.value.arkRadius.topStart, this.value.arkRadius.topEnd, this.value.arkRadius.bottomStart, 3499 arkBorder.arkRadius.topStart = (_a = value.radius) === null || _a === void 0 ? void 0 : _a.topStart; [all...] |
Completed in 38 milliseconds