Searched refs:createBitmap (Results 1 – 15 of 15) sorted by relevance
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/report/ |
D | ScubaExportStrategyTest.kt | 39 import platform.test.screenshot.utils.createBitmap 139 actual = createBitmap(Color.GREEN), in reportResult_withoutOptionalArgs_writesActualAndProto() 157 actual = createBitmap(Color.GREEN), in reportResult_withDiff_writesDiff() 158 diff = createBitmap(Color.YELLOW), in reportResult_withDiff_writesDiff() 176 actual = createBitmap(Color.GREEN), in reportResult_withExpected_writesExpected() 177 expected = createBitmap(Color.RED), in reportResult_withExpected_writesExpected() 195 actual = createBitmap(Color.GREEN), in reportResult_passed_writesStatus() 209 actual = createBitmap(Color.GREEN), in reportResult_failed_writesStatus() 223 actual = createBitmap(Color.RED), in reportResult_writesCorrectImageContents() 224 diff = createBitmap(Color.GREEN), in reportResult_writesCorrectImageContents() [all …]
|
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/utils/ |
D | BitmapUtils.kt | 31 internal fun createBitmap( in createBitmap() method 36 ) = Bitmap.createBitmap(width, height, bitmapConfig).also { Canvas(it).drawColor(color) } in createBitmap()
|
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/ |
D | AlmostPerfectMatcher.kt | 68 else Bitmap.createBitmap(diffArray.value, width, height, Bitmap.Config.ARGB_8888) in <lambda>() 120 else Bitmap.createBitmap(diffArray.value, width, height, Bitmap.Config.ARGB_8888) in <lambda>()
|
D | PixelPerfectMatcher.kt | 61 val diff = Bitmap.createBitmap(diffArray.value, width, height, Bitmap.Config.ARGB_8888) in <lambda>()
|
D | BitmapMatcher.kt | 97 val diff = Bitmap.createBitmap(diffArray.value, width, height, Bitmap.Config.ARGB_8888) in <lambda>()
|
D | HumanEyeMatcher.kt | 212 Bitmap.createBitmap(diffBitmapArray.value, width, height, Bitmap.Config.ARGB_8888) in <lambda>()
|
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/ |
D | WindowCapture.kt | 55 Bitmap.createBitmap( in generateBitmap()
|
D | MaterialYouColorsSimulationUtils.kt | 149 return Bitmap.createBitmap( in bitmapWithMaterialYouColorsSimulation()
|
D | ViewCapture.kt | 185 val destBitmap = Bitmap.createBitmap(rectWidth, rectHeight, Bitmap.Config.ARGB_8888) in generateBitmap()
|
/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/ |
D | Filmstrip.kt | 147 val filmstrip = Bitmap.createBitmap(width, height, bitmapConfig) in render() 199 val filmstrip = Bitmap.createBitmap(width, height, bitmapConfig) in render()
|
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/rules/ |
D | TemporaryMediaNotification.kt | 59 val bitmap: Bitmap = Bitmap.createBitmap(300, 300, Bitmap.Config.ARGB_8888) in before()
|
/platform_testing/libraries/motion/tests/src/platform/test/motion/ |
D | MotionTestRuleTest.kt | 191 ) = Bitmap.createBitmap(width, height, bitmapConfig).also { Canvas(it).drawColor(color) } in mockScreenshot()
|
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/ |
D | ThemeHelper.java | 69 Bitmap.createBitmap( in setWallpaper()
|
/platform_testing/libraries/motion/tests/src/platform/test/motion/truth/ |
D | RecordedMotionSubjectTest.kt | 159 Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888).also { in <lambda>()
|
/platform_testing/libraries/motion/tests/src/platform/test/motion/filmstrip/ |
D | FilmstripTest.kt | 265 ) = Bitmap.createBitmap(width, height, bitmapConfig).also { Canvas(it).drawColor(color) } in mockScreenshot()
|