Home
last modified time | relevance | path

Searched refs:borderRadiusVal (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/property/
H A Dborder_property_test_ng.cpp226 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 Ddrag_drop_func_wrapper_test_ng_coverage.cpp450 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 Dgesture_event_hub_test_ng_property_config.cpp933 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 Dnative_node_test.cpp295 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 13 milliseconds