Searched refs:bottomStart (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
H A D | segmentbutton.js | 1404 borderRadius.bottomStart = LengthMetrics.vp((borderRadius.bottomStart?.value ?? 0) + 4); 1441 bottomStart: LengthMetrics.vp(0), 1450 v2[index].bottomStart = LengthMetrics.vp(this.options.j2 ?? w2); 1456 v2[index].bottomStart = LengthMetrics.vp(this.options.j2 ?? w2); 1462 v2[index].bottomStart = LengthMetrics.vp(0); 1467 v2[index].bottomStart = LengthMetrics.vp(0); 1746 bottomStart: LengthMetrics.vp(0),
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_search.cpp | 73 const char* BOTTOM_START_PROPERTY = "bottomStart"; 824 std::optional<CalcDimension> bottomStart; in ParseAllBorderRadiuses() local 828 GetBorderRadiusByLengthMetrics(BOTTOM_START_PROPERTY, object, bottomStart); in ParseAllBorderRadiuses() 832 bottomLeft = bottomStart.has_value() ? bottomStart.value() : bottomLeft; in ParseAllBorderRadiuses()
|
H A D | js_textfield.cpp | 96 const char* BOTTOM_START_PROPERTY = "bottomStart"; 925 std::optional<CalcDimension> bottomStart; in ParseAllBorderRadiuses() local 929 GetBorderRadiusByLengthMetrics(BOTTOM_START_PROPERTY, object, bottomStart); in ParseAllBorderRadiuses() 933 bottomLeft = bottomStart.has_value() ? bottomStart.value() : bottomLeft; in ParseAllBorderRadiuses()
|
H A D | js_view_abstract.cpp | 157 const char* BOTTOM_START_PROPERTY = "bottomStart"; 4660 CalcDimension bottomStart; in ParseAllBorderRadiuses() local 4664 GetBorderRadiusByLengthMetrics(BOTTOM_START_PROPERTY, object, bottomStart); in ParseAllBorderRadiuses() 4668 bottomLeft = bottomStart; in ParseAllBorderRadiuses()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 307 (Object.keys(this.value).indexOf('bottomStart') >= 0) || 309 getUINativeModule().common.setBorderRadius(node, this.value.topStart, this.value.topEnd, this.value.bottomStart, this.value.bottomEnd); 323 (Object.keys(this.value).indexOf('bottomStart') >= 0) || 327 this.stageValue.bottomStart === this.value.bottomStart && 946 (Object.keys(this.value.arkRadius).indexOf('bottomStart') >= 0 && !isUndefined(this.value.arkRadius.bottomStart)) || 964 this.value.arkRadius.topStart, this.value.arkRadius.topEnd, this.value.arkRadius.bottomStart, 3501 arkBorder.arkRadius.bottomStart = (_c = value.radius) === null || _c === void 0 ? void 0 : _c.bottomStart; [all...] |
Completed in 31 milliseconds