Searched refs:ScreenShot (Results 1 – 1 of 1) sorted by relevance
36 private static final class ScreenShot { class in NavigationBarColorVerifier42 ScreenShot(@ColorInt int backgroundColor, @NonNull Bitmap bitmap) { in ScreenShot() method in NavigationBarColorVerifier.ScreenShot93 final ArrayList<ScreenShot> screenShots = new ArrayList<>(); in verify()96 screenShots.add(new ScreenShot(color, screenshotSupplier.takeScreenshot(color))); in verify()125 private static Result verifyInternal(@NonNull ArrayList<ScreenShot> screenShots) { in verifyInternal()