Searched refs:SLOW_INTERCEPTION_THRESHOLD (Results 1 – 1 of 1) sorted by relevance
94 constexpr std::chrono::milliseconds SLOW_INTERCEPTION_THRESHOLD = 50ms; variable2488 if (t.duration() > SLOW_INTERCEPTION_THRESHOLD) { in notifyKey()2563 if (t.duration() > SLOW_INTERCEPTION_THRESHOLD) { in notifyMotion()2680 if (t.duration() > SLOW_INTERCEPTION_THRESHOLD) { in injectInputEvent()2710 if (t.duration() > SLOW_INTERCEPTION_THRESHOLD) { in injectInputEvent()3602 if (t.duration() > SLOW_INTERCEPTION_THRESHOLD) { in doInterceptKeyBeforeDispatchingLockedInterruptible()