Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_scroll_modifier.h47 void ResetScrollOnScrollEnd(ArkUINodeHandle node);
H A Dnode_scroll_modifier.cpp608 SetScrollOnScrollEnd, ResetScrollOnScrollEnd, in GetScrollModifier()
934 void ResetScrollOnScrollEnd(ArkUINodeHandle node) in ResetScrollOnScrollEnd() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_scroll_bridge.h55 static ArkUINativeModuleValue ResetScrollOnScrollEnd(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_scroll_bridge.cpp569 ArkUINativeModuleValue ScrollBridge::ResetScrollOnScrollEnd(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetScrollOnScrollEnd() function in OHOS::Ace::NG::ScrollBridge
H A Darkts_native_api_impl_bridge.cpp4585 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ScrollBridge::ResetScrollOnScrollEnd)); in RegisterScrollAttributes()