Home
last modified time | relevance | path

Searched refs:uiSteadyThresholdMs_ (Results 1 – 4 of 4) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
Dui_driver.cpp278 uiController_->WaitForUiSteady(opt.uiSteadyThresholdMs_, opt.waitUiSteadyMaxMs_); in TriggerKey()
361 uiController_->WaitForUiSteady(opt.uiSteadyThresholdMs_, opt.waitUiSteadyMaxMs_); in PerformTouch()
375 uiController_->WaitForUiSteady(opt.uiSteadyThresholdMs_, opt.waitUiSteadyMaxMs_); in PerformMouseAction()
Dwindow_operator.cpp108 driver_.DelayMs(options_.uiSteadyThresholdMs_); in CallBar()
Dui_action.h153 uint32_t uiSteadyThresholdMs_ = 1000; variable
/test/testfwk/arkxtest/uitest/test/
Dui_action_test.cpp44 customOptions_.uiSteadyThresholdMs_ = CUSTOM_UI_STEADY_MS; in SetUp()