Home
last modified time | relevance | path

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

/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DNavigationBarColorVerifier.java93 final ArrayList<ScreenShot> screenShots = new ArrayList<>(); in verify() local
96 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() argument
126 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()