Home
last modified time | relevance | path

Searched defs:beginRecording (Results 1 – 4 of 4) sorted by relevance

/compose/benchmark-utils/src/main/java/androidx/compose/testutils/benchmark/
DBenchmarkHelpers.kt29 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/
DAndroidTestCaseRunner.kt156 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/
DAndroidComposeTestCaseRunner.android.kt372 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/
DLayerSnapshot.android.kt51 override fun beginRecording(width: Int, height: Int): Canvas { in toBitmap() method in androidx.compose.ui.graphics.layer.LayerSnapshotV28.GraphicsLayerPicture