Searched refs:NODE_SCROLL_NESTED_SCROLL (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_node.h | 4117 NODE_SCROLL_NESTED_SCROLL, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | native_node_test.cpp | 2589 nodeAPI->setAttribute(rootNode, NODE_SCROLL_NESTED_SCROLL, &scrollnestedItem); 2614 …EXPECT_EQ(nodeAPI->resetAttribute(rootNode, NODE_SCROLL_NESTED_SCROLL), ARKUI_ERROR_CODE_NO_ERROR); 2627 EXPECT_NE(nodeAPI->getAttribute(rootNode, NODE_SCROLL_NESTED_SCROLL), nullptr); 2687 nodeAPI->setAttribute(rootNode, NODE_SCROLL_NESTED_SCROLL, &scrollnestedItem); 2712 …EXPECT_EQ(nodeAPI->resetAttribute(rootNode, NODE_SCROLL_NESTED_SCROLL), ARKUI_ERROR_CODE_NO_ERROR); 2728 EXPECT_NE(nodeAPI->getAttribute(rootNode, NODE_SCROLL_NESTED_SCROLL), nullptr); 3081 nodeAPI->setAttribute(rootNode, NODE_SCROLL_NESTED_SCROLL, &scrollnestedItem); 3106 …EXPECT_EQ(nodeAPI->resetAttribute(rootNode, NODE_SCROLL_NESTED_SCROLL), ARKUI_ERROR_CODE_NO_ERROR); 3122 EXPECT_NE(nodeAPI->getAttribute(rootNode, NODE_SCROLL_NESTED_SCROLL), nullptr); 4463 …EXPECT_EQ(nodeAPI->setAttribute(rootNode, NODE_SCROLL_NESTED_SCROLL, &item), ARKUI_ERROR_CODE_PARA… [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | native__node_8h.md | 57 …dule.md),<br/>[NODE_SCROLL_SNAP](_ark_u_i___native_module.md), [NODE_SCROLL_NESTED_SCROLL](_ark_u_…
|
H A D | _ark_u_i___native_module.md | 160 …SCROLL_INTERACTION, NODE_SCROLL_FRICTION,<br/>NODE_SCROLL_SNAP, NODE_SCROLL_NESTED_SCROLL, NODE_SC… 3285 | NODE_SCROLL_NESTED_SCROLL | Scroll嵌套滚动选项,支持属性设置,属性重置和属性获取。<br/>属性设置方法[ArkUI_AttributeItem](_ark_…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | native__node_8h.md | 57 …odule.md), [NODE_SCROLL_SNAP](_ark_u_i___native_module.md),<br>[NODE_SCROLL_NESTED_SCROLL](_ark_u_…
|
H A D | _ark_u_i___native_module.md | 153 …_SCROLL_INTERACTION, NODE_SCROLL_FRICTION, NODE_SCROLL_SNAP,<br>NODE_SCROLL_NESTED_SCROLL, NODE_SC… 3011 | NODE_SCROLL_NESTED_SCROLL | Defines the nested scrolling options. This attribut…
|