Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_list_modifier.h28 void SetOnListScrollFrameBegin(ArkUINodeHandle node, void* extraParam);
H A Dnode_list_modifier.cpp767 void SetOnListScrollFrameBegin(ArkUINodeHandle node, void* extraParam) in SetOnListScrollFrameBegin() function
H A Dnode_api.cpp471 NodeModifier::SetOnListScrollFrameBegin,
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_list_bridge.h90 static ArkUINativeModuleValue SetOnListScrollFrameBegin(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_list_bridge.cpp1277 ArkUINativeModuleValue ListBridge::SetOnListScrollFrameBegin(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetOnListScrollFrameBegin() function in OHOS::Ace::NG::ListBridge
H A Darkts_native_api_impl_bridge.cpp5079 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ListBridge::SetOnListScrollFrameBegin)); in RegisterListAttributes()