Changes to be committed:
	modified:   core/ui_action.h
This commit is contained in:
肖帅
2022-09-14 17:55:44 +08:00
parent 3779386cc8
commit 5c8fd032da
+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;