Home
last modified time | relevance | path

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

/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DNavigationBarColorVerifier.java36 private static final class ScreenShot { class in NavigationBarColorVerifier
42 ScreenShot(@ColorInt int backgroundColor, @NonNull Bitmap bitmap) { in ScreenShot() method in NavigationBarColorVerifier.ScreenShot
93 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()