Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_node.h4176 NODE_SCROLL_PAGE, enumerator
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_node_test.cpp2577 nodeAPI->setAttribute(rootNode, NODE_SCROLL_PAGE, &item); in HWTEST_F()
2590 nodeAPI->setAttribute(rootNode, NODE_SCROLL_PAGE, &item2); in HWTEST_F()
2592 nodeAPI->setAttribute(rootNode, NODE_SCROLL_PAGE, &item2); in HWTEST_F()
4466 EXPECT_EQ(nodeAPI->setAttribute(rootNode, NODE_SCROLL_PAGE, &item), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F()
4467 EXPECT_EQ(nodeAPI->setAttribute(rootNode, NODE_SCROLL_PAGE, &item0), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F()

Completed in 19 milliseconds