Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dgrid_modifier.cpp319 void SetEnableScroll(ArkUINodeHandle node, ArkUI_Bool ScrollEnabled) in SetEnableScroll() function
499 …SetEdgeEffect, ResetEdgeEffect, SetNestedScroll, ResetNestedScroll, SetEnableScroll, ResetEnableSc… in GetGridModifier()
516 …ResetNestedScroll, SetEnableScroll, ResetEnableScroll, SetFriction, ResetFriction, GetColumnsTempl… in GetCJUIGridModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_grid_bridge.h60 static ArkUINativeModuleValue SetEnableScroll(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_scroll_bridge.h26 static ArkUINativeModuleValue SetEnableScroll(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_grid_bridge.cpp671 ArkUINativeModuleValue GridBridge::SetEnableScroll(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetEnableScroll() function in OHOS::Ace::NG::GridBridge
H A Darkts_native_scroll_bridge.cpp100 ArkUINativeModuleValue ScrollBridge::SetEnableScroll(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetEnableScroll() function in OHOS::Ace::NG::ScrollBridge
H A Darkts_native_api_impl_bridge.cpp3333 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), GridBridge::SetEnableScroll)); in RegisterGridAttributes()
4531 panda::FunctionRef::New(const_cast<panda::EcmaVM *>(vm), ScrollBridge::SetEnableScroll)); in RegisterScrollAttributes()