Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_touch_guider.cpp30 constexpr int64_t IGNORE_REPEAT_EXECUTE_INTERVAL = 300; variable
1158 if (time - lastDoubleTapTime < IGNORE_REPEAT_EXECUTE_INTERVAL) { in IgnoreRepeatExecuteAction()