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