Home
last modified time | relevance | path

Searched refs:doubleClickIntervalMs_ (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/arkxtest/uitest/test/
Dui_action_test.cpp41 customOptions_.doubleClickIntervalMs_ = CUSTOM_DOUBLECLICK_HOLD_MS; in SetUp()
113 ASSERT_EQ(customOptions_.doubleClickIntervalMs_, event2.holdMs_); in TEST_F()
/test/testfwk/arkxtest/uitest/core/
Dui_action.h150 uint32_t doubleClickIntervalMs_ = 200; variable
Dui_action.cpp46 const auto msInterval = options.doubleClickIntervalMs_; in DecomposeDoubleClick()