Searched refs:bitmapConfig (Results 1 – 4 of 4) sorted by relevance
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/utils/ |
D | BitmapUtils.kt | 35 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/ |
D | Filmstrip.kt | 106 val bitmapConfig = checkNotNull(screenshots.first().bitmap.config) constant in platform.test.motion.filmstrip.FilmstripRenderer 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/ |
D | MotionTestRuleTest.kt | 190 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/ |
D | FilmstripTest.kt | 264 bitmapConfig: Bitmap.Config = Bitmap.Config.ARGB_8888 in mockScreenshot() 265 ) = Bitmap.createBitmap(width, height, bitmapConfig).also { Canvas(it).drawColor(color) } in mockScreenshot()
|