Searched refs:borderWidthValue (Results 1 - 12 of 12) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_badge.cpp | 110 JSRef<JSVal> borderWidthValue = value->GetProperty("borderWidth"); in CreateBadgeParameters() local 162 if (ParseJsDimensionVp(borderWidthValue, borderWidth)) { in CreateBadgeParameters()
|
H A D | js_view_abstract.cpp | 8019 auto borderWidthValue = paramObj->GetProperty("borderWidth"); in ParseSheetStyle() local 8021 if (ParseBorderWidthProps(borderWidthValue, borderWidth)) { in ParseSheetStyle() 10498 auto borderWidthValue = obj->GetProperty("borderWidth"); in SetDialogProperties() local 10500 if (ParseBorderWidthProps(borderWidthValue, borderWidth)) { in SetDialogProperties()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | input_tdd_test.cpp | 449 const int borderWidthValue = 2; in HWTEST_F() local 450 JerrySetNumberProperty(styleObj_, "borderWidth", borderWidthValue); in HWTEST_F() 458 EXPECT_TRUE((button != nullptr) && (button->GetStyle(STYLE_BORDER_WIDTH) == borderWidthValue)); in HWTEST_F() 625 const int borderWidthValue = 2; in HWTEST_F() local 626 JerrySetNumberProperty(styleObj_, "borderWidth", borderWidthValue); in HWTEST_F() 634 EXPECT_TRUE((checkbox != nullptr) && (checkbox->GetStyle(STYLE_BORDER_WIDTH) == borderWidthValue)); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/ |
H A D | js_action_sheet.cpp | 200 auto borderWidthValue = obj->GetProperty("borderWidth"); in ParseBorderWidthAndColor() local 202 if (JSActionSheet::ParseBorderWidthProps(borderWidthValue, borderWidth)) { in ParseBorderWidthAndColor()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/ |
H A D | stylemgr_media_query_tdd_test.cpp | 749 int32_t borderWidthValue = borderWidthItem->GetNumValue(); in HWTEST_F() local 750 EXPECT_EQ(targetValue, borderWidthValue); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/ |
H A D | js_alert_dialog.cpp | 247 auto borderWidthValue = obj->GetProperty("borderWidth"); in ParseAlertBorderWidthAndColor() local 249 if (JSAlertDialog::ParseBorderWidthProps(borderWidthValue, borderWidth)) { in ParseAlertBorderWidthAndColor()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | progress_modifier.cpp | 239 if ((value->borderWidthValue < 0) || in SetCapsuleStyleOptions() 244 node, Dimension(value->borderWidthValue, static_cast<DimensionUnit>(value->borderWidthUnit))); in SetCapsuleStyleOptions()
|
H A D | node_common_modifier.cpp | 3848 Dimension borderWidthValue(illuminatedBorderWidth->value, static_cast<DimensionUnit>(illuminatedBorderWidth->unit)); in SetPointLightIlluminated() 3849 ViewAbstract::SetIlluminatedBorderWidth(frameNode, borderWidthValue); in SetPointLightIlluminated() 3859 Dimension borderWidthValue(0.0f, DimensionUnit::VP); in ResetPointLightIlluminated() 3860 ViewAbstract::SetIlluminatedBorderWidth(frameNode, borderWidthValue); in ResetPointLightIlluminated()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsXNode.js | 2191 this.borderWidthValue = { left: 0, top: 0, right: 0, bottom: 0 }; 2194 this.borderWidthValue = width; 2196 getUINativeModule().renderNode.setBorderWidth(this.nodePtr, this.borderWidthValue.left, this.borderWidthValue.top, this.borderWidthValue.right, this.borderWidthValue.bottom, this.lengthMetricsUnitValue); 2199 return this.borderWidthValue;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_progress_bridge.cpp | 236 progressStyle.borderWidthValue = DEFAULT_BORDER_WIDTH; in ParseBorderWidth() 239 progressStyle.borderWidthValue = borderWidth.Value(); in ParseBorderWidth()
|
H A D | arkts_native_frame_node_bridge.cpp | 1169 ArkUI_Float32 borderWidthValue[4]; 1172 nativeNode, &borderWidthValue, &borderWidthUnit); 1174 Framework::ArrayRef::SetValueAt(vm, valueArray, i * 2, panda::NumberRef::New(vm, borderWidthValue[i]));
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 388 ArkUI_Float32 borderWidthValue; member
|
Completed in 62 milliseconds