Searched refs:kWindowCenterOffsetMs (Results 1 – 2 of 2) sorted by relevance
163 if (tapTimeInMillis <= tapWindowInMillis + kWindowCenterOffsetMs) { in getTapResult()164 if (tapTimeInMillis >= tapWindowInMillis - kWindowCenterOffsetMs) { in getTapResult()
36 constexpr int kWindowCenterOffsetMs = 100; variable