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.java203 Rect ignoreRect = new Rect(0, 0, px, px); in testSplashScreenColor() local
204 ignoreRect.offsetTo(appBounds.centerX() - ignoreRect.width() / 2, in testSplashScreenColor()
205 appBounds.centerY() - ignoreRect.height() / 2); in testSplashScreenColor()
208 assertColors(image, appBounds, primaryColor, 0.99f, secondaryColor, 0.02f, ignoreRect); in testSplashScreenColor()
231 int secondaryColor, float acceptableWrongRatio, Rect ignoreRect) { in assertColors() argument
244 if (ignoreRect != null && ignoreRect.contains(x, y)) { in assertColors()
259 if (ignoreRect != null) { in assertColors()
260 totalPixels -= ignoreRect.width() * ignoreRect.height(); in assertColors()
265 generateFailureImage(img, bounds, primaryColor, secondaryColor, ignoreRect); in assertColors()
274 generateFailureImage(img, bounds, primaryColor, secondaryColor, ignoreRect); in assertColors()
[all …]