Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
H A DBitmapPixelChecker.java59 public int getNumMatchingPixels(Bitmap bitmap, Rect bounds) { in getNumMatchingPixels() method in BitmapPixelChecker
105 int numMatchingPixels = pixelChecker.getNumMatchingPixels(swBitmap, bounds); in validateScreenshot()
127 int numMatchingPixels = pixelChecker.getNumMatchingPixels(swBitmap, bounds); in validateScreenshot()
H A DMultiFramePixelChecker.java45 int numMatchingPixels = getNumMatchingPixels(mPixelColors[mStartingColorIndex], plane, in findStartingColor()
72 mMatchingPixelCount = getNumMatchingPixels(getColor(frameNumber), plane, boundsToCheck); in validatePlane()
H A DPixelChecker.java40 public static int getNumMatchingPixels(PixelColor expectedColor, Image.Plane plane, in getNumMatchingPixels() method in PixelChecker
114 mMatchingPixelCount = getNumMatchingPixels(mPixelColor, plane, boundsToCheck); in validatePlane()
H A DASurfaceControlTestActivity.java192 int numMatchingPixels = pixelChecker.getNumMatchingPixels(swBitmap); in verifyScreenshot()
272 int getNumMatchingPixels(Bitmap bitmap) { in getNumMatchingPixels() method in ASurfaceControlTestActivity.PixelChecker
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
H A DSnapshotTaskTests.java111 int matchingPixels = pixelChecker.getNumMatchingPixels(bitmap, boundToCheck); in testSetDisablePreviewScreenshots()
146 int matchingPixels = pixelChecker.getNumMatchingPixels(bitmap, boundToCheck); in testSetDisablePreviewScreenshots()
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DScreenshotTests.java165 int numMatchingPixels = bitmapPixelChecker.getNumMatchingPixels(swBitmap, bounds); in testScreenshotSecureLayers()
243 int numMatchingPixels = bitmapPixelChecker.getNumMatchingPixels(swBitmap, bounds); in testCaptureDisplay()
H A DSurfaceSyncGroupTests.java198 int numMatchingPixels = pixelChecker.getNumMatchingPixels(swBitmap, bounds); in validateScreenshot()
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
H A DSurfaceSyncGroupTests.java205 int numMatchingPixels = pixelChecker.getNumMatchingPixels(swBitmap, bounds); in validateScreenshot()
/aosp_15_r20/cts/tests/tests/display/src/android/display/cts/
H A DDisplayManagerTest.java140 int matchingPixels = PixelChecker.getNumMatchingPixels(new PixelColor(Color.RED), in testCreateVirtualDisplayFromShell()