!256 修改fling接口速度参数上限

Merge pull request !256 from 肖帅/master
This commit is contained in:
openharmony_ci
2022-09-15 12:13:19 +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;