!10 【轻量级 PR】:修改fling接口速度参数上限

Merge pull request !10 from ry/N/A
This commit is contained in:
openharmony_ci
2022-09-28 14:15:06 +00:00
committed by Gitee
+1 -1
View File
@@ -94,7 +94,7 @@ namespace OHOS::uitest {
**/
class UiOpArgs {
public:
const uint32_t maxSwipeVelocityPps_ = 3000;
const uint32_t maxSwipeVelocityPps_ = 15000;
const uint32_t minSwipeVelocityPps_ = 200;
const uint32_t defaultSwipeVelocityPps_ = 600;
const uint32_t maxMultiTouchFingers = 10;