Home
last modified time | relevance | path

Searched refs:ARKUI_NODE_SLIDER (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_node.h89 ARKUI_NODE_SLIDER = 17, enumerator
3689 NODE_SLIDER_BLOCK_COLOR = MAX_NODE_SCOPE_NUM * ARKUI_NODE_SLIDER,
5850 * @brief Defines the event triggered when the <b>ARKUI_NODE_SLIDER</b> component is dragged or clicked.
5858 NODE_SLIDER_EVENT_ON_CHANGE = MAX_NODE_SCOPE_NUM * ARKUI_NODE_SLIDER,
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_node_test.cpp1161 nodeType = static_cast<int32_t>(ARKUI_NODE_SLIDER); in HWTEST_F()
2440 auto rootNode = nodeAPI->createNode(ARKUI_NODE_SLIDER); in HWTEST_F()
4341 auto rootNode = nodeAPI->createNode(ARKUI_NODE_SLIDER); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp242 { static_cast<uint32_t>(ARKUI_NODE_SLIDER), "Slider" },
280 { "Slider", static_cast<uint32_t>(ARKUI_NODE_SLIDER) },

Completed in 44 milliseconds