Home
last modified time | relevance | path

Searched refs:borderWidthValue (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_badge.cpp110 JSRef<JSVal> borderWidthValue = value->GetProperty("borderWidth"); in CreateBadgeParameters() local
162 if (ParseJsDimensionVp(borderWidthValue, borderWidth)) { in CreateBadgeParameters()
H A Djs_view_abstract.cpp8019 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 Dinput_tdd_test.cpp449 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 Djs_action_sheet.cpp200 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 Dstylemgr_media_query_tdd_test.cpp749 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 Djs_alert_dialog.cpp247 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 Dprogress_modifier.cpp239 if ((value->borderWidthValue < 0) || in SetCapsuleStyleOptions()
244 node, Dimension(value->borderWidthValue, static_cast<DimensionUnit>(value->borderWidthUnit))); in SetCapsuleStyleOptions()
H A Dnode_common_modifier.cpp3848 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 DjsXNode.js2191 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 Darkts_native_progress_bridge.cpp236 progressStyle.borderWidthValue = DEFAULT_BORDER_WIDTH; in ParseBorderWidth()
239 progressStyle.borderWidthValue = borderWidth.Value(); in ParseBorderWidth()
H A Darkts_native_frame_node_bridge.cpp1169 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 Darkoala_api.h388 ArkUI_Float32 borderWidthValue; member

Completed in 62 milliseconds