Searched refs:doubleClickIntervalMs_ (Results 1 – 3 of 3) sorted by relevance
41 customOptions_.doubleClickIntervalMs_ = CUSTOM_DOUBLECLICK_HOLD_MS; in SetUp()113 ASSERT_EQ(customOptions_.doubleClickIntervalMs_, event2.holdMs_); in TEST_F()
150 uint32_t doubleClickIntervalMs_ = 200; variable
46 const auto msInterval = options.doubleClickIntervalMs_; in DecomposeDoubleClick()