Home
last modified time | relevance | path

Searched defs:bitmap (Results 1 – 14 of 14) sorted by relevance

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DThemeHelper.java68 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/src/main/java/platform/test/screenshot/
DDialogScreenshotTest.kt60 val bitmap = dialog?.toBitmap() ?: error("dialog is null") constant
DFragmentScreenshotTestRule.kt121 val bitmap = takeScreenshotFragment(mode, beforeScreenshot, fragment) in <lambda>() constant
DWindowCapture.kt32 var bitmap: Bitmap? = null in <lambda>() variable
DViewScreenshotTestRule.kt158 val bitmap = takeScreenshot(mode, viewProvider, checkView, subviewId) in <lambda>() constant
DViewCapture.kt85 var bitmap: Bitmap? = null in <lambda>() variable
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/android/
DSampleRenderTest.java54 Bitmap bitmap = ImageDecoder.decodeBitmap(source); in testLoadImage() local
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/
DScreenshotTestRuleTest.kt240 val bitmap = loadBitmap("round_rect_green") in goldenIdentifierResolver() constant
259 val bitmap = loadBitmap("round_rect_green") in goldenIdentifierResolver() constant
283 val bitmap = loadBitmap("round_rect_green") in goldenIdentifierResolver() constant
300 val bitmap = loadBitmap("round_rect_green") in goldenIdentifierResolver() constant
311 val bitmap = loadBitmap("round_rect_green") in goldenIdentifierResolver() constant
/platform_testing/libraries/motion/tests/src/platform/test/motion/filmstrip/
DFilmstripTest.kt179 val bitmap = in automaticOrientation_tallScreenshots_filmstripIsHorizontal() constant
200 val bitmap = in automaticOrientation_wideScreenshots_filmstripIsVertical() constant
/platform_testing/libraries/motion/src/platform/test/motion/
DRecordedMotion.kt46 timeSeries.frameIds.zip(screenshots) { frameId, bitmap -> in <lambda>() method
/platform_testing/libraries/media-helper/src/android/test/mediahelper/
DMediaValidationHelper.java111 Bitmap bitmap = BitmapFactory.decodeFileDescriptor(fileDescriptor); in validateImage() local
/platform_testing/libraries/screenshot/utils/compose/src/platform/test/screenshot/utils/compose/
DComposeScreenshotTestRule.kt138 val bitmap = view.captureToBitmapAsync().get(10, TimeUnit.SECONDS) constant
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/rules/
DTemporaryMediaNotification.kt59 val bitmap: Bitmap = Bitmap.createBitmap(300, 300, Bitmap.Config.ARGB_8888) in before() constant
/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/
DFilmstrip.kt98 data class MotionScreenshot(val frameId: FrameId, val bitmap: Bitmap) constant in platform.test.motion.filmstrip.MotionScreenshot