Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DScreenshotAsserter.kt55 val captureStrategy: BitmapSupplier = { Screenshot.capture().bitmap } in <lambda>()
DScreenshotTestRule.kt310 typealias BitmapSupplier = () -> Bitmap typealias
321 private var screenShotter: BitmapSupplier = { Screenshot.capture().bitmap } in <lambda>()
389 fun setScreenshotProvider(screenshotProvider: BitmapSupplier): Builder = apply { in <lambda>()
/platform_testing/libraries/motion/src/platform/test/motion/view/
DViewToolkit.kt37 import platform.test.screenshot.BitmapSupplier in <lambda>()
57 val visualCapture: BitmapSupplier?, in <lambda>()