Searched defs:beginRecording (Results 1 – 4 of 4) sorted by relevance
| /compose/benchmark-utils/src/main/java/androidx/compose/testutils/benchmark/ |
| D | BenchmarkHelpers.kt | 29 fun beginRecording(width: Int, height: Int): Canvas in beginRecording() method 46 override fun beginRecording(width: Int, height: Int): Canvas { in beginRecording() method in androidx.compose.testutils.benchmark.RenderNodeCapture 59 override fun beginRecording(width: Int, height: Int): Canvas { in beginRecording() method in androidx.compose.testutils.benchmark.PictureCapture
|
| /compose/benchmark-utils/src/main/java/androidx/compose/testutils/benchmark/android/ |
| D | AndroidTestCaseRunner.kt | 156 fun beginRecording(width: Int, height: Int): Canvas in beginRecording() method 165 override fun beginRecording(width: Int, height: Int): Canvas { in beginRecording() method in androidx.compose.testutils.benchmark.android.RenderNodeCapture 178 override fun beginRecording(width: Int, height: Int): Canvas { in beginRecording() method in androidx.compose.testutils.benchmark.android.PictureCapture
|
| /compose/test-utils/src/androidMain/kotlin/androidx/compose/testutils/ |
| D | AndroidComposeTestCaseRunner.android.kt | 372 fun beginRecording(width: Int, height: Int): Canvas in beginRecording() method 381 override fun beginRecording(width: Int, height: Int): Canvas { in beginRecording() method in androidx.compose.testutils.RenderNodeCapture 394 override fun beginRecording(width: Int, height: Int): Canvas { in beginRecording() method in androidx.compose.testutils.PictureCapture 408 override fun beginRecording(width: Int, height: Int): Canvas { in beginRecording() method in androidx.compose.testutils.MRenderNodeCapture
|
| /compose/ui/ui-graphics/src/androidMain/kotlin/androidx/compose/ui/graphics/layer/ |
| D | LayerSnapshot.android.kt | 51 override fun beginRecording(width: Int, height: Int): Canvas { in toBitmap() method in androidx.compose.ui.graphics.layer.LayerSnapshotV28.GraphicsLayerPicture
|