Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplashscreenTests.java188 Rect ignoreRect = new Rect(0, 0, px, px); in testSplashScreenColor() local
189 ignoreRect.offsetTo(appBounds.centerX() - ignoreRect.width() / 2, in testSplashScreenColor()
190 appBounds.centerY() - ignoreRect.height() / 2); in testSplashScreenColor()
193 assertColors(image, appBounds, primaryColor, 0.99f, secondaryColor, 0.02f, ignoreRect); in testSplashScreenColor()
211 int secondaryColor, float acceptableWrongRatio, Rect ignoreRect) { in assertColors() argument
224 if (ignoreRect != null && ignoreRect.contains(x, y)) { in assertColors()
239 if (ignoreRect != null) { in assertColors()
240 totalPixels -= ignoreRect.width() * ignoreRect.height(); in assertColors()
245 generateFailureImage(img, bounds, primaryColor, secondaryColor, ignoreRect); in assertColors()
254 generateFailureImage(img, bounds, primaryColor, secondaryColor, ignoreRect); in assertColors()
[all …]