Home
last modified time | relevance | path

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

/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DNavigationBarColorVerifier.java92 static Result verify(@NonNull ScreenshotSupplier screenshotSupplier) throws Exception { in verify() argument
96 screenShots.add(new ScreenShot(color, screenshotSupplier.takeScreenshot(color))); in verify()
108 @NonNull ScreenshotSupplier screenshotSupplier) throws Exception { in expectNavigationBarColorSupported()
109 final Result result = verify(screenshotSupplier); in expectNavigationBarColorSupported()
120 @NonNull ScreenshotSupplier screenshotSupplier) throws Exception { in expectNavigationBarColorNotSupported()
121 final Result result = verify(screenshotSupplier); in expectNavigationBarColorNotSupported()
DLightNavigationBarVerifier.java96 @NonNull ScreenshotSupplier screenshotSupplier) throws Exception { in expectLightNavigationBarSupported()
97 final Result result = verify(screenshotSupplier); in expectLightNavigationBarSupported()
108 @NonNull ScreenshotSupplier screenshotSupplier) throws Exception { in expectLightNavigationBarNotSupported()
109 final Result result = verify(screenshotSupplier); in expectLightNavigationBarNotSupported()
141 @NonNull ScreenshotSupplier screenshotSupplier) throws Exception { in verify()
143 screenshotSupplier.takeScreenshot(Color.BLACK, false)); in verify()
145 screenshotSupplier.takeScreenshot(Color.BLACK, true)); in verify()