Home
last modified time | relevance | path

Searched refs:swipeVelocityPps_ (Results 1 - 5 of 5) sorted by relevance

/test/testfwk/arkxtest/uitest/input/
H A Dui_input.cpp25 if (args.swipeVelocityPps_ < args.minSwipeVelocityPps_ || args.swipeVelocityPps_ > args.maxSwipeVelocityPps_) { in CheckSwipeVelocityPps()
27 args.swipeVelocityPps_ = args.defaultSwipeVelocityPps_; in CheckSwipeVelocityPps()
139 uiOpArgs.swipeVelocityPps_ = atoi(argv[FOUR]); in FlingActionInput()
151 uiOpArgs.swipeVelocityPps_ = (uint32_t)atoi(argv[SEVEN]); in FlingActionInput()
183 uiOpArgs.swipeVelocityPps_ = (uint32_t)atoi(argv[SEVEN]); in SwipeActionInput()
/test/testfwk/arkxtest/uitest/test/
H A Dui_action_test.cpp43 customOptions_.swipeVelocityPps_ = CUSTOM_SWIPE_VELOCITY_PPS;
129 opt.swipeVelocityPps_ = 50; // specify the swipe velocity in TEST_F()
140 const uint32_t totalCostMs = distance * 1000 / opt.swipeVelocityPps_; in TEST_F()
172 opt.swipeVelocityPps_ = 800; // specify the swipe velocity in TEST_F()
180 const uint32_t totalCostMs = distance * 1000 / opt.swipeVelocityPps_; in TEST_F()
219 opt.swipeVelocityPps_ = 50; // specify the swipe velocity in TEST_F()
276 opt.swipeVelocityPps_ = 50; // specify the swipe velocity in TEST_F()
313 opt.swipeVelocityPps_ = 600; // specify the swipe velocity in TEST_F()
359 opt.swipeVelocityPps_ = 50; // specify the swipe velocity in TEST_F()
/test/testfwk/arkxtest/uitest/core/
H A Dfrontend_api_handler.cpp880 if (args.swipeVelocityPps_ < args.minSwipeVelocityPps_ || args.swipeVelocityPps_ > args.maxSwipeVelocityPps_) { in CheckSwipeVelocityPps()
882 args.swipeVelocityPps_ = args.defaultSwipeVelocityPps_; in CheckSwipeVelocityPps()
901 uiOpArgs.swipeVelocityPps_ = ReadCallArg<uint32_t>(in, INDEX_FOUR, uiOpArgs.swipeVelocityPps_); in RegisterUiDriverTouchOperators()
906 uiOpArgs.swipeVelocityPps_ = ReadCallArg<uint32_t>(in, INDEX_FOUR, uiOpArgs.swipeVelocityPps_); in RegisterUiDriverTouchOperators()
977 uiOpArgs.swipeVelocityPps_ = ReadCallArg<uint32_t>(in, INDEX_ONE); in RegisterUiDriverFlingOperators()
988 uiOpArgs.swipeVelocityPps_ = ReadCallArg<uint32_t>(in, INDEX_THREE); in RegisterUiDriverFlingOperators()
1017 uiOpArgs.swipeVelocityPps_ in RegisterUiDriverMultiPointerOperators()
[all...]
H A Dui_action.cpp64 const uint32_t timeCostMs = (distance * 1000) / options.swipeVelocityPps_; in DecomposeComputeSwipe()
179 intervalMs = (distance * unitConversionConstant) / options.swipeVelocityPps_; in Decompose()
H A Dui_action.h152 uint32_t swipeVelocityPps_ = defaultSwipeVelocityPps_; member in OHOS::uitest::UiOpArgs

Completed in 6 milliseconds