Home
last modified time | relevance | path

Searched refs:ResetListNestedScroll (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dlist_modifier.cpp212 void ResetListNestedScroll(NodeHandle node) in ResetListNestedScroll() function
366 …ResetListFriction, SetListNestedScroll, ResetListNestedScroll, SetListScrollBar, ResetListScrollBa… in GetListModifier()
H A Dnode_list_modifier.cpp295 void ResetListNestedScroll(ArkUINodeHandle node) in ResetListNestedScroll() function
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.h48 static ArkUINativeModuleValue ResetListNestedScroll(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_list_bridge.cpp457 ArkUINativeModuleValue ListBridge::ResetListNestedScroll(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetListNestedScroll() function in OHOS::Ace::NG::ListBridge
H A Darkts_native_api_impl_bridge.cpp4977 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ListBridge::ResetListNestedScroll)); in RegisterListAttributes()