Home
last modified time | relevance | path

Searched refs:SetListNestedScroll (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dlist_modifier.cpp201 void SetListNestedScroll(NodeHandle node, int32_t forward, int32_t backward) in SetListNestedScroll() function
209 ListModelNG::SetListNestedScroll(frameNode, opt); in SetListNestedScroll()
220 ListModelNG::SetListNestedScroll(frameNode, nestedOpt); in ResetListNestedScroll()
366 …ResetListFriction, SetListNestedScroll, ResetListNestedScroll, SetListScrollBar, ResetListScrollBa… in GetListModifier()
H A Dnode_list_modifier.cpp284 void SetListNestedScroll(ArkUINodeHandle node, ArkUI_Int32 forward, ArkUI_Int32 backward) in SetListNestedScroll() function
292 ListModelNG::SetListNestedScroll(frameNode, opt); in SetListNestedScroll()
303 ListModelNG::SetListNestedScroll(frameNode, nestedOpt); in ResetListNestedScroll()
709 …GetListNestedScroll, SetListNestedScroll, ResetListNestedScroll, GetListScrollBar, SetListScrollBa… in GetListModifier()
739 …GetListNestedScroll, SetListNestedScroll, ResetListNestedScroll, GetListScrollBar, SetListScrollBa… in GetCJUIListModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_list_bridge.h47 static ArkUINativeModuleValue SetListNestedScroll(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_list_bridge.cpp424 ArkUINativeModuleValue ListBridge::SetListNestedScroll(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetListNestedScroll() function in OHOS::Ace::NG::ListBridge
H A Darkts_native_api_impl_bridge.cpp4975 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ListBridge::SetListNestedScroll)); in RegisterListAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model_ng.h97 static void SetListNestedScroll(FrameNode* frameNode, const NestedScrollOptions& nestedOpt);
H A Dlist_model_ng.cpp570 void ListModelNG::SetListNestedScroll(FrameNode* frameNode, const NestedScrollOptions& nestedOpt) in SetListNestedScroll() function in OHOS::Ace::NG::ListModelNG