| /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/ |
| D | ThemeHelper.java | 68 final Bitmap bitmap = in setWallpaper() local 115 public Color getMostColor(@NonNull Bitmap bitmap) { in getMostColor() 147 Bitmap bitmap = null; in getScreenshotMostColorAsRect() local
|
| /platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/android/ |
| D | SampleRenderTest.java | 54 Bitmap bitmap = ImageDecoder.decodeBitmap(source); in testLoadImage() local
|
| /platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/ |
| D | ScreenshotTestRuleTest.kt | 241 val bitmap = loadBitmap("round_rect_green") in goldenIdentifierResolver() constant 260 val bitmap = loadBitmap("round_rect_green") in goldenIdentifierResolver() constant 284 val bitmap = loadBitmap("round_rect_green") in goldenIdentifierResolver() constant 301 val bitmap = loadBitmap("round_rect_green") in goldenIdentifierResolver() constant 312 val bitmap = loadBitmap("round_rect_green") in goldenIdentifierResolver() constant
|
| /platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/ |
| D | DialogScreenshotTest.kt | 73 val bitmap = dialog?.toBitmap() ?: error("dialog is null") constant
|
| D | FragmentScreenshotTestRule.kt | 121 val bitmap = takeScreenshotFragment(mode, beforeScreenshot, fragment) in <lambda>() constant
|
| D | WindowCapture.kt | 32 var bitmap: Bitmap? = null in <lambda>() variable
|
| D | ViewScreenshotTestRule.kt | 161 val bitmap = takeScreenshot(mode, viewProvider, checkView, subviewId) in <lambda>() constant
|
| D | ViewCapture.kt | 85 var bitmap: Bitmap? = null in <lambda>() variable
|
| /platform_testing/libraries/motion/tests/src/platform/test/motion/filmstrip/ |
| D | FilmstripTest.kt | 179 val bitmap = in automaticOrientation_tallScreenshots_filmstripIsHorizontal() constant 200 val bitmap = in automaticOrientation_wideScreenshots_filmstripIsVertical() constant
|
| /platform_testing/libraries/motion/src/platform/test/motion/ |
| D | RecordedMotion.kt | 46 timeSeries.frameIds.zip(screenshots) { frameId, bitmap -> in <lambda>() method
|
| /platform_testing/libraries/media-helper/src/android/test/mediahelper/ |
| D | MediaValidationHelper.java | 111 Bitmap bitmap = BitmapFactory.decodeFileDescriptor(fileDescriptor); in validateImage() local
|
| /platform_testing/libraries/screenshot/utils/compose/src/platform/test/screenshot/utils/compose/ |
| D | ComposeScreenshotTestRule.kt | 134 val bitmap = view.captureToBitmapAsync().get(10, TimeUnit.SECONDS) in <lambda>() constant
|
| /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() constant
|
| /platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/controller/ |
| D | NotificationController.java | 372 Bitmap bitmap = Bitmap.createBitmap(400, 400, Bitmap.Config.ARGB_8888); in postBigPictureNotification() local 397 final Bitmap bitmap = Bitmap.createBitmap(400, 400, Bitmap.Config.ARGB_8888); in postProgressStyleNotification() local 580 Bitmap bitmap = Bitmap.createBitmap(32, 32, Bitmap.Config.ARGB_8888); in postGroupNotificationWithConversationStyle() local 993 Bitmap bitmap = Bitmap.createBitmap(32, 32, Bitmap.Config.ARGB_8888); in postConversationNotification() local 1042 final Bitmap bitmap = Bitmap.createBitmap(32, 32, Bitmap.Config.ARGB_8888); in postConversationNotification() local 1084 Bitmap bitmap = Bitmap.createBitmap(32, 32, Bitmap.Config.ARGB_8888); in createBubbleNotificationPostBuilder() local
|
| /platform_testing/libraries/motion/src/platform/test/motion/filmstrip/ |
| D | Filmstrip.kt | 98 data class MotionScreenshot(val frameId: FrameId, val bitmap: Bitmap) constant in platform.test.motion.filmstrip.MotionScreenshot
|