Home
last modified time | relevance | path

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

/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_screen_touch.cpp75 const std::map<uint32_t, uint32_t> IGNORE_REPEAT_CLICK_TIME_MAP = { member
174 auto iter = IGNORE_REPEAT_CLICK_TIME_MAP.find(ignoreRepeatClickTime_); in GetRealIgnoreRepeatClickTime()
175 if (iter != IGNORE_REPEAT_CLICK_TIME_MAP.end()) { in GetRealIgnoreRepeatClickTime()
179 return IGNORE_REPEAT_CLICK_TIME_MAP.at(IGNORE_REPEAT_CLICK_SHORTEST); in GetRealIgnoreRepeatClickTime()

Completed in 2 milliseconds