Searched refs:bottomEnd (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
H A D | segmentbutton.js | 1405 borderRadius.bottomEnd = LengthMetrics.vp((borderRadius.bottomEnd?.value ?? 0) + 4); 1442 bottomEnd: LengthMetrics.vp(0) 1451 v2[index].bottomEnd = LengthMetrics.vp(this.options.j2 ?? w2); 1457 v2[index].bottomEnd = LengthMetrics.vp(0); 1463 v2[index].bottomEnd = LengthMetrics.vp(this.options.j2 ?? w2); 1468 v2[index].bottomEnd = LengthMetrics.vp(0); 1747 bottomEnd: LengthMetrics.vp(0)
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_search.cpp | 74 const char* BOTTOM_END_PROPERTY = "bottomEnd"; 825 std::optional<CalcDimension> bottomEnd; in ParseAllBorderRadiuses() local 829 GetBorderRadiusByLengthMetrics(BOTTOM_END_PROPERTY, object, bottomEnd); in ParseAllBorderRadiuses() 833 bottomRight = bottomEnd.has_value() ? bottomEnd.value() : bottomRight; in ParseAllBorderRadiuses()
|
H A D | js_textfield.cpp | 97 const char* BOTTOM_END_PROPERTY = "bottomEnd"; 926 std::optional<CalcDimension> bottomEnd; in ParseAllBorderRadiuses() local 930 GetBorderRadiusByLengthMetrics(BOTTOM_END_PROPERTY, object, bottomEnd); in ParseAllBorderRadiuses() 934 bottomRight = bottomEnd.has_value() ? bottomEnd.value() : bottomRight; in ParseAllBorderRadiuses()
|
H A D | js_view_abstract.cpp | 158 const char* BOTTOM_END_PROPERTY = "bottomEnd"; 4661 CalcDimension bottomEnd; in ParseAllBorderRadiuses() local 4665 GetBorderRadiusByLengthMetrics(BOTTOM_END_PROPERTY, object, bottomEnd); in ParseAllBorderRadiuses() 4669 bottomRight = bottomEnd; in ParseAllBorderRadiuses()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 308 (Object.keys(this.value).indexOf('bottomEnd') >= 0)) { 309 getUINativeModule().common.setBorderRadius(node, this.value.topStart, this.value.topEnd, this.value.bottomStart, this.value.bottomEnd); 324 (Object.keys(this.value).indexOf('bottomEnd') >= 0)) { 328 this.stageValue.bottomEnd === this.value.bottomEnd); 947 (Object.keys(this.value.arkRadius).indexOf('bottomEnd') >= 0 && !isUndefined(this.value.arkRadius.bottomEnd))) { 965 this.value.arkRadius.bottomEnd, isLocalizedBorderWidth, isLocalizedBorderColor, isLocalizedBorderRadius); 3502 arkBorder.arkRadius.bottomEnd = (_d = value.radius) === null || _d === void 0 ? void 0 : _d.bottomEnd; [all...] |
Completed in 31 milliseconds