Searched refs:downIntervalTime (Results 1 – 1 of 1) sorted by relevance
2584 int64_t downIntervalTime = currentDownTime - lastDownTime_; in CheckAndUpdateTappingCountAtDown() local2586 if (downIntervalTime <= 0 || downIntervalTime >= TAP_DOWN_INTERVAL_MILLIS) { in CheckAndUpdateTappingCountAtDown()