Home
last modified time | relevance | path

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

/external/oboe/samples/RhythmGame/src/main/cpp/
DGame.cpp163 if (tapTimeInMillis <= tapWindowInMillis + kWindowCenterOffsetMs) { in getTapResult()
164 if (tapTimeInMillis >= tapWindowInMillis - kWindowCenterOffsetMs) { in getTapResult()
DGameConstants.h36 constexpr int kWindowCenterOffsetMs = 100; variable