Home
last modified time | relevance | path

Searched defs:maxSpeed (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H A Drs_hgm_config_data_test.cpp53 int maxSpeed = 2; variable
93 int maxSpeed = 2; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_frame_rate_policy.h28 int32_t maxSpeed = 0; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_hgm_config_data.cpp47 auto maxSpeed = parcel.ReadInt32(); in Unmarshalling() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_hgm_config_data.h30 int32_t maxSpeed = 0; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_def.h66 uint32_t maxSpeed; member
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dplatform_monitor.h43 uint32_t maxSpeed; member
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dinput_config.h104 uint32_t maxSpeed; member
113 uint32_t maxSpeed; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_model_ng.cpp668 void WaterFlowModelNG::SetFlingSpeedLimit(FrameNode* frameNode, double maxSpeed) in SetFlingSpeedLimit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model_ng.cpp793 void ListModelNG::SetFlingSpeedLimit(FrameNode* frameNode, double maxSpeed) in SetFlingSpeedLimit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dwater_flow_modifier.cpp581 void SetWaterFlowFlingSpeedLimit(ArkUINodeHandle node, ArkUI_Float32 maxSpeed) in SetWaterFlowFlingSpeedLimit()
H A Dnode_list_modifier.cpp598 void SetListFlingSpeedLimit(ArkUINodeHandle node, ArkUI_Float32 maxSpeed) in SetListFlingSpeedLimit()