Searched refs:SetEnableScroll (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | grid_modifier.cpp | 319 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 D | arkts_native_grid_bridge.h | 60 static ArkUINativeModuleValue SetEnableScroll(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_scroll_bridge.h | 26 static ArkUINativeModuleValue SetEnableScroll(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_grid_bridge.cpp | 671 ArkUINativeModuleValue GridBridge::SetEnableScroll(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetEnableScroll() function in OHOS::Ace::NG::GridBridge
|
H A D | arkts_native_scroll_bridge.cpp | 100 ArkUINativeModuleValue ScrollBridge::SetEnableScroll(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetEnableScroll() function in OHOS::Ace::NG::ScrollBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 3333 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()
|