Home
last modified time | relevance | path

Searched refs:SetScrollOnScrollFrameBegin (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_scroll_bridge.h66 … static ArkUINativeModuleValue SetScrollOnScrollFrameBegin(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_scroll_bridge.cpp801 ArkUINativeModuleValue ScrollBridge::SetScrollOnScrollFrameBegin(ArkUIRuntimeCallInfo* runtimeCallI… in SetScrollOnScrollFrameBegin() function in OHOS::Ace::NG::ScrollBridge
H A Darkts_native_api_impl_bridge.cpp4607 …anda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ScrollBridge::SetScrollOnScrollFrameBegin)); in RegisterScrollAttributes()