Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dgrid_modifier.cpp326 void ResetEnableScroll(ArkUINodeHandle node) in ResetEnableScroll() function
499 …dgeEffect, ResetEdgeEffect, SetNestedScroll, ResetNestedScroll, SetEnableScroll, ResetEnableScroll, 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.h61 static ArkUINativeModuleValue ResetEnableScroll(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_scroll_bridge.h27 static ArkUINativeModuleValue ResetEnableScroll(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_grid_bridge.cpp685 ArkUINativeModuleValue GridBridge::ResetEnableScroll(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetEnableScroll() function in OHOS::Ace::NG::GridBridge
H A Darkts_native_scroll_bridge.cpp112 ArkUINativeModuleValue ScrollBridge::ResetEnableScroll(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetEnableScroll() function in OHOS::Ace::NG::ScrollBridge
H A Darkts_native_api_impl_bridge.cpp3335 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), GridBridge::ResetEnableScroll)); in RegisterGridAttributes()
4533 panda::FunctionRef::New(const_cast<panda::EcmaVM *>(vm), ScrollBridge::ResetEnableScroll)); in RegisterScrollAttributes()