Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DScreenshotTests.java134 int numMatchingPixels = bitmapPixelChecker.getNumMatchingPixels(swBitmap, bounds); in testScreenshotSecureLayers() local
136 boolean success = numMatchingPixels == sizeOfBitmap; in testScreenshotSecureLayers()
184 int numMatchingPixels = bitmapPixelChecker.getNumMatchingPixels(swBitmap, bounds); in testCaptureDisplay() local
186 boolean success = numMatchingPixels == pixelMatchSize; in testCaptureDisplay()
192 assertTrue("numMatchingPixels=" + numMatchingPixels + " pixelMatchSize=" + pixelMatchSize, in testCaptureDisplay()
H A DSurfaceSyncGroupTests.java184 int numMatchingPixels = pixelChecker.getNumMatchingPixels(swBitmap, bounds); in validateScreenshot() local
185 assertEquals("Expected 100 received " + numMatchingPixels + " matching pixels", 100, in validateScreenshot()
186 numMatchingPixels); in validateScreenshot()