Home
last modified time | relevance | path

Searched refs:ResetOnListScrollStop (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_list_modifier.h52 void ResetOnListScrollStop(ArkUINodeHandle node);
H A Dnode_list_modifier.cpp727ResetOnListScrollStop, ResetOnListScrollFrameBegin, ResetOnListWillScroll, ResetOnListDidScroll, in GetListModifier()
1158 void ResetOnListScrollStop(ArkUINodeHandle node) in ResetOnListScrollStop() function
H A Dnode_api.cpp657 NodeModifier::ResetOnListScrollStop,
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_list_bridge.h105 static ArkUINativeModuleValue ResetOnListScrollStop(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_list_bridge.cpp1542 ArkUINativeModuleValue ListBridge::ResetOnListScrollStop(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetOnListScrollStop() function in OHOS::Ace::NG::ListBridge
H A Darkts_native_api_impl_bridge.cpp5077 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ListBridge::ResetOnListScrollStop)); in RegisterListAttributes()