Searched refs:numMatchingPixels (Results 1 – 2 of 2) sorted by relevance
134 int numMatchingPixels = bitmapPixelChecker.getNumMatchingPixels(swBitmap, bounds); in testScreenshotSecureLayers() local136 boolean success = numMatchingPixels == sizeOfBitmap; in testScreenshotSecureLayers()184 int numMatchingPixels = bitmapPixelChecker.getNumMatchingPixels(swBitmap, bounds); in testCaptureDisplay() local186 boolean success = numMatchingPixels == pixelMatchSize; in testCaptureDisplay()192 assertTrue("numMatchingPixels=" + numMatchingPixels + " pixelMatchSize=" + pixelMatchSize, in testCaptureDisplay()
184 int numMatchingPixels = pixelChecker.getNumMatchingPixels(swBitmap, bounds); in validateScreenshot() local185 assertEquals("Expected 100 received " + numMatchingPixels + " matching pixels", 100, in validateScreenshot()186 numMatchingPixels); in validateScreenshot()