Searched refs:toBitmap (Results 1 – 1 of 1) sorted by relevance
60 val bitmap = dialog?.toBitmap() ?: error("dialog is null")72 private fun Dialog.toBitmap(): Bitmap { in toBitmap() method