Searched refs:kIsTypingThreshold (Results 1 – 1 of 1) sorted by relevance
286 const int kIsTypingThreshold = 1000 / ts::kChunkSizeMs; in UpdateKeypress() local296 if (keypress_counter_ > kIsTypingThreshold) { in UpdateKeypress()