Home
last modified time | relevance | path

Searched refs:NODE_SLIDER_STYLE (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_node.h3889 NODE_SLIDER_STYLE, enumerator
3896 * .value[0].f32: track thickness of the slider, in vp. The default value is 4.0 vp when <b>NODE_SLIDER_STYLE</b>
3897 * is set to <b>ARKUI_SLIDER_STYLE_OUT_SET</b> and 20.0 vp when <b>NODE_SLIDER_STYLE</b> is set to
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_node_test.cpp2458 nodeAPI->setAttribute(rootNode, NODE_SLIDER_STYLE, &item); in HWTEST_F()
2484 EXPECT_EQ(nodeAPI->resetAttribute(rootNode, NODE_SLIDER_STYLE), ARKUI_ERROR_CODE_NO_ERROR); in HWTEST_F()
2498 EXPECT_NE(nodeAPI->getAttribute(rootNode, NODE_SLIDER_STYLE), nullptr); in HWTEST_F()
4358 EXPECT_EQ(nodeAPI->setAttribute(rootNode, NODE_SLIDER_STYLE, &item0), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F()
4370 EXPECT_EQ(nodeAPI->setAttribute(rootNode, NODE_SLIDER_STYLE, &item0), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F()

Completed in 20 milliseconds