Searched refs:sameColorWithinTolerance (Results 1 – 1 of 1) sorted by relevance
187 return sameColorWithinTolerance(screenshot.getPixel(x, y), TEST_COLOR_1) in isTestColors()188 && sameColorWithinTolerance(screenshot.getPixel(x + 1, y), TEST_COLOR_2); in isTestColors()196 private static boolean sameColorWithinTolerance(int pixelColor, int testColor) { in sameColorWithinTolerance() method in LocationOnScreenTests