Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/javatests/src/org/chromium/content/browser/androidoverlay/
H A DDialogOverlayImplPixelTest.java182 int countDivPixelsCoveredByOverlay(Bitmap overlayScreenshot) { in countDivPixelsCoveredByOverlay() argument
190 && overlayScreenshot.getPixel(rx, ry) == OVERLAY_FILL_COLOR) { in countDivPixelsCoveredByOverlay()
211 Bitmap overlayScreenshot = fillSurface(surface); in assertDivIsExactlyCovered() local
212 area = countDivPixelsCoveredByOverlay(overlayScreenshot); in assertDivIsExactlyCovered()