Home
last modified time | relevance | path

Searched defs:scrollForward (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dwater_flow_modifier.cpp187 void SetWaterFlowNestedScroll(NodeHandle node, int32_t scrollForward, int32_t scrollBackward) in SetWaterFlowNestedScroll()
Dscroll_modifier.cpp47 void SetScrollNestedScroll(NodeHandle node, int32_t scrollForward, int32_t scrollBackward) in SetScrollNestedScroll()
Dnode_scroll_modifier.cpp61 void SetScrollNestedScroll(ArkUINodeHandle node, ArkUI_Int32 scrollForward, ArkUI_Int32 scrollBackw… in SetScrollNestedScroll()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkClassDefine.ts853 scrollForward: NestedScrollMode | undefined; property in ArkNestedScrollOptions