Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/utils/
DBitmapUtils.kt35 bitmapConfig: Bitmap.Config = Bitmap.Config.ARGB_8888 in createBitmap()
36 ) = Bitmap.createBitmap(width, height, bitmapConfig).also { Canvas(it).drawColor(color) } in createBitmap()
/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/
DFilmstrip.kt106 val bitmapConfig = checkNotNull(screenshots.first().bitmap.config) constant
147 val filmstrip = Bitmap.createBitmap(width, height, bitmapConfig) in render()
199 val filmstrip = Bitmap.createBitmap(width, height, bitmapConfig) in render()
/platform_testing/libraries/motion/tests/src/platform/test/motion/
DMotionTestRuleTest.kt190 bitmapConfig: Bitmap.Config = Bitmap.Config.ARGB_8888 in mockScreenshot()
191 ) = Bitmap.createBitmap(width, height, bitmapConfig).also { Canvas(it).drawColor(color) } in mockScreenshot()
/platform_testing/libraries/motion/tests/src/platform/test/motion/filmstrip/
DFilmstripTest.kt264 bitmapConfig: Bitmap.Config = Bitmap.Config.ARGB_8888 in mockScreenshot()
265 ) = Bitmap.createBitmap(width, height, bitmapConfig).also { Canvas(it).drawColor(color) } in mockScreenshot()