Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DLocationOnScreenTests.java187 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