Searched refs:ResetEnableScroll (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 | 326 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 D | arkts_native_grid_bridge.h | 61 static ArkUINativeModuleValue ResetEnableScroll(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_scroll_bridge.h | 27 static ArkUINativeModuleValue ResetEnableScroll(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_grid_bridge.cpp | 685 ArkUINativeModuleValue GridBridge::ResetEnableScroll(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetEnableScroll() function in OHOS::Ace::NG::GridBridge
|
H A D | arkts_native_scroll_bridge.cpp | 112 ArkUINativeModuleValue ScrollBridge::ResetEnableScroll(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetEnableScroll() function in OHOS::Ace::NG::ScrollBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 3335 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()
|