Searched refs:borderRadiusVal (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/ |
H A D | border_property_test_ng.cpp | 226 auto borderRadiusVal = Dimension(1.0f); variable 227 borderRadiusProperty.SetRadius(borderRadiusVal);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | drag_drop_func_wrapper_test_ng_coverage.cpp | 450 std::optional<BorderRadiusProperty> borderRadiusVal; in __anon8b7ebbcb0502() local 451 OptionsAfterApplied optionTmp = {0, shadowVal, "test", borderRadiusVal, {bgBackEffect}}; in __anon8b7ebbcb0502()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | gesture_event_hub_test_ng_property_config.cpp | 933 std::optional<BorderRadiusProperty> borderRadiusVal; variable 934 OptionsAfterApplied optionTmp = {0, shadowVal, "test", borderRadiusVal, {bgBackEffect}};
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | native_node_test.cpp | 295 auto borderRadiusVal = nodeAPI->getAttribute(rootNode, NODE_BORDER_RADIUS); variable 296 EXPECT_EQ(borderRadiusVal->value[0].f32, val10); 306 borderRadiusVal = nodeAPI->getAttribute(rootNode, NODE_BORDER_RADIUS_PERCENT); 307 EXPECT_EQ(borderRadiusVal->value[0].f32, val01);
|