Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_scroll_modifier.h45 void ResetScrollOnScrollStart(ArkUINodeHandle node);
H A Dnode_scroll_modifier.cpp607 SetScrollOnScrollStart, ResetScrollOnScrollStart, in GetScrollModifier()
915 void ResetScrollOnScrollStart(ArkUINodeHandle node) in ResetScrollOnScrollStart() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_scroll_bridge.h53 static ArkUINativeModuleValue ResetScrollOnScrollStart(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_scroll_bridge.cpp535 ArkUINativeModuleValue ScrollBridge::ResetScrollOnScrollStart(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetScrollOnScrollStart() function in OHOS::Ace::NG::ScrollBridge
H A Darkts_native_api_impl_bridge.cpp4581 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ScrollBridge::ResetScrollOnScrollStart)); in RegisterScrollAttributes()