Searched refs:kFastDiffAmount (Results 1 – 2 of 2) sorted by relevance
152 static const int kFastDiffAmount = 10; variable
234 if (difference > kFastDiffAmount) { in TestCircle()244 } else if (difference < -kFastDiffAmount) { in TestCircle()