Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DDialogScreenshotTest.kt60 val bitmap = dialog?.toBitmap() ?: error("dialog is null")
72 private fun Dialog.toBitmap(): Bitmap { in toBitmap() method