Searched refs:SetEnableScrollInteraction (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_water_flow_bridge.h | 29 static ArkUINativeModuleValue SetEnableScrollInteraction(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_list_bridge.h | 33 static ArkUINativeModuleValue SetEnableScrollInteraction(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_water_flow_bridge.cpp | 91 ArkUINativeModuleValue WaterFlowBridge::SetEnableScrollInteraction(ArkUIRuntimeCallInfo* runtimeCal… in SetEnableScrollInteraction() function in OHOS::Ace::NG::WaterFlowBridge
|
H A D | arkts_native_list_bridge.cpp | 213 ArkUINativeModuleValue ListBridge::SetEnableScrollInteraction(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetEnableScrollInteraction() function in OHOS::Ace::NG::ListBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4232 …da::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), WaterFlowBridge::SetEnableScrollInteraction)); in RegisterWaterFlowAttributes() 4943 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ListBridge::SetEnableScrollInteraction)); in RegisterListAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | list_modifier.cpp | 130 void SetEnableScrollInteraction(NodeHandle node, bool enableScrollInteraction) in SetEnableScrollInteraction() function 364 …ResetCachedCount, SetEnableScrollInteraction, ResetEnableScrollInteraction, SetSticky, ResetSticky, in GetListModifier()
|
H A D | node_scroll_modifier.cpp | 335 void SetEnableScrollInteraction(ArkUINodeHandle node, ArkUI_Bool enableScrollInteraction) in SetEnableScrollInteraction() function 594 GetEnableScrollInteraction, SetEnableScrollInteraction, ResetEnableScrollInteraction, in GetScrollModifier() 653 SetEnableScrollInteraction, in GetCJUIScrollModifier()
|
H A D | node_list_modifier.cpp | 153 void SetEnableScrollInteraction(ArkUINodeHandle node, ArkUI_Bool enableScrollInteraction) in SetEnableScrollInteraction() function 706 …ResetCachedCount, GetEnableScrollInteraction, SetEnableScrollInteraction, ResetEnableScrollInterac… in GetListModifier() 736 …ResetCachedCount, GetEnableScrollInteraction, SetEnableScrollInteraction, ResetEnableScrollInterac… in GetCJUIListModifier()
|