Searched refs:screenShots (Results 1 – 1 of 1) sorted by relevance
93 final ArrayList<ScreenShot> screenShots = new ArrayList<>(); in verify() local96 screenShots.add(new ScreenShot(color, screenshotSupplier.takeScreenshot(color))); in verify()98 return verifyInternal(screenShots); in verify()125 private static Result verifyInternal(@NonNull ArrayList<ScreenShot> screenShots) { in verifyInternal() argument126 final int numScreenShots = screenShots.size(); in verifyInternal()132 screenShots.stream() in verifyInternal()138 screenShots.stream() in verifyInternal()145 final int numPixels = screenShots.get(0).mPixels.length; in verifyInternal()148 final long numFoundColors = screenShots.stream() in verifyInternal()155 final long matchingScore = screenShots.stream() in verifyInternal()