/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_water_flow_bridge.h | 54 static ArkUINativeModuleValue SetFlingSpeedLimit(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_grid_bridge.h | 64 static ArkUINativeModuleValue SetFlingSpeedLimit(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_scroll_bridge.h | 48 static ArkUINativeModuleValue SetFlingSpeedLimit(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_list_bridge.h | 55 static ArkUINativeModuleValue SetFlingSpeedLimit(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_water_flow_bridge.cpp | 530 ArkUINativeModuleValue WaterFlowBridge::SetFlingSpeedLimit(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetFlingSpeedLimit() function in OHOS::Ace::NG::WaterFlowBridge
|
H A D | arkts_native_grid_bridge.cpp | 719 ArkUINativeModuleValue GridBridge::SetFlingSpeedLimit(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetFlingSpeedLimit() function in OHOS::Ace::NG::GridBridge
|
H A D | arkts_native_scroll_bridge.cpp | 445 ArkUINativeModuleValue ScrollBridge::SetFlingSpeedLimit(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetFlingSpeedLimit() function in OHOS::Ace::NG::ScrollBridge
|
H A D | arkts_native_list_bridge.cpp | 551 ArkUINativeModuleValue ListBridge::SetFlingSpeedLimit(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetFlingSpeedLimit() function in OHOS::Ace::NG::ListBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 3341 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), GridBridge::SetFlingSpeedLimit)); in RegisterGridAttributes() 4282 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), WaterFlowBridge::SetFlingSpeedLimit)); in RegisterWaterFlowAttributes() 4575 panda::FunctionRef::New(const_cast<panda::EcmaVM *>(vm), ScrollBridge::SetFlingSpeedLimit)); in RegisterScrollAttributes() 4991 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ListBridge::SetFlingSpeedLimit)); in RegisterListAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | grid_modifier.cpp | 349 void SetFlingSpeedLimit(ArkUINodeHandle node, ArkUI_Float32 flingSpeedLimit) in SetFlingSpeedLimit() function 501 …tNodeAdapter, GetNodeAdapter, SetCachedCount, ResetCachedCount, GetCachedCount, SetFlingSpeedLimit, in GetGridModifier() 518 ResetCachedCount, GetCachedCount, SetFlingSpeedLimit, ResetFlingSpeedLimit }; in GetCJUIGridModifier()
|
H A D | water_flow_modifier.cpp | 585 WaterFlowModelNG::SetFlingSpeedLimit(frameNode, maxSpeed); in SetWaterFlowFlingSpeedLimit() 592 WaterFlowModelNG::SetFlingSpeedLimit(frameNode, -1.0); in ResetWaterFlowFlingSpeedLimit()
|
H A D | node_list_modifier.cpp | 602 ListModelNG::SetFlingSpeedLimit(frameNode, maxSpeed); in SetListFlingSpeedLimit() 609 ListModelNG::SetFlingSpeedLimit(frameNode, -1.0); in ResetListFlingSpeedLimit()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
H A D | water_flow_model_ng.h | 117 static void SetFlingSpeedLimit(FrameNode* frameNode, double maxSpeed);
|
H A D | water_flow_model_ng.cpp | 668 void WaterFlowModelNG::SetFlingSpeedLimit(FrameNode* frameNode, double maxSpeed) in SetFlingSpeedLimit() function in OHOS::Ace::NG::WaterFlowModelNG
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_model_ng.h | 104 static void SetFlingSpeedLimit(FrameNode* frameNode, double maxSpeed);
|
H A D | list_model_ng.cpp | 793 void ListModelNG::SetFlingSpeedLimit(FrameNode* frameNode, double maxSpeed) in SetFlingSpeedLimit() function in OHOS::Ace::NG::ListModelNG
|