Searched refs:SetListNestedScroll (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | list_modifier.cpp | 201 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 D | node_list_modifier.cpp | 284 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 D | arkts_native_list_bridge.h | 47 static ArkUINativeModuleValue SetListNestedScroll(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_list_bridge.cpp | 424 ArkUINativeModuleValue ListBridge::SetListNestedScroll(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetListNestedScroll() function in OHOS::Ace::NG::ListBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4975 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 D | list_model_ng.h | 97 static void SetListNestedScroll(FrameNode* frameNode, const NestedScrollOptions& nestedOpt);
|
H A D | list_model_ng.cpp | 570 void ListModelNG::SetListNestedScroll(FrameNode* frameNode, const NestedScrollOptions& nestedOpt) in SetListNestedScroll() function in OHOS::Ace::NG::ListModelNG
|