Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_list_modifier.h53 void ResetOnListScrollFrameBegin(ArkUINodeHandle node);
H A Dnode_list_modifier.cpp727 … ResetOnListScrollStop, ResetOnListScrollFrameBegin, ResetOnListWillScroll, ResetOnListDidScroll, in GetListModifier()
1165 void ResetOnListScrollFrameBegin(ArkUINodeHandle node) in ResetOnListScrollFrameBegin() function
H A Dnode_api.cpp658 NodeModifier::ResetOnListScrollFrameBegin,
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_list_bridge.h106 … static ArkUINativeModuleValue ResetOnListScrollFrameBegin(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_list_bridge.cpp1552 ArkUINativeModuleValue ListBridge::ResetOnListScrollFrameBegin(ArkUIRuntimeCallInfo* runtimeCallInf… in ResetOnListScrollFrameBegin() function in OHOS::Ace::NG::ListBridge
H A Darkts_native_api_impl_bridge.cpp5081 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ListBridge::ResetOnListScrollFrameBegin)); in RegisterListAttributes()