Searched refs:NODE_LAYOUT_RECT (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | node_model.cpp | 288 if (node->type == -1 && attribute != NODE_LAYOUT_RECT) { in SetAttribute() 299 if (node->type == -1 && attribute != NODE_LAYOUT_RECT) { in ResetAttribute()
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_node.h | 1505 NODE_LAYOUT_RECT,
enumerator
|
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | native_node_test.cpp | 810 nodeAPI->setAttribute(rootNode, NODE_LAYOUT_RECT, &item4); in HWTEST_F() 811 auto layoutRectVal = nodeAPI->getAttribute(rootNode, NODE_LAYOUT_RECT); in HWTEST_F() 953 EXPECT_EQ(nodeAPI->resetAttribute(rootNode, NODE_LAYOUT_RECT), ARKUI_ERROR_CODE_NO_ERROR); in HWTEST_F() 3583 EXPECT_EQ(nodeAPI->setAttribute(rootNode, NODE_LAYOUT_RECT, &item0), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F() 3584 EXPECT_EQ(nodeAPI->setAttribute(rootNode, NODE_LAYOUT_RECT, &itemEnum4), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F() 3617 EXPECT_EQ(nodeAPI->setAttribute(rootNode, NODE_LAYOUT_RECT, &itemEnum4), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F()
|
Completed in 25 milliseconds