Searched refs:saveBitmapToFile (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/ |
H A D | Helper.java | 54 saveBitmapToFile(screenshot, file); in takeScreenshotAndSave() 81 private static File saveBitmapToFile(Bitmap bitmap, File file) { in saveBitmapToFile() method in Helper
|
/aosp_15_r20/cts/tests/translation/src/android/translation/cts/ |
H A D | Helper.java | 197 saveBitmapToFile(screenshot, file); in takeScreenshotAndSave() 204 public static File saveBitmapToFile(Bitmap bitmap, File file) { in saveBitmapToFile() method in Helper
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/ |
H A D | AvatarPhotoControllerTest.java | 241 saveBitmapToFile(file); in internalCropUsedIfNoSystemCropperFound() 275 private void saveBitmapToFile(File file) throws IOException { in saveBitmapToFile() method in AvatarPhotoControllerTest
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/AvatarPicker/src/ |
H A D | AvatarPhotoController.java | 269 saveBitmapToFile(croppedImage, new File(mImagesDir, CROP_PICTURE_FILE_NAME)); in onPhotoNotCropped() 314 private void saveBitmapToFile(Bitmap bitmap, File file) { in saveBitmapToFile() method in AvatarPhotoController
|
/aosp_15_r20/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
H A D | MediaMetadataRetrieverTest.java | 1051 CodecUtils.saveBitmapToFile(bitmap, "test_" + testCase[0] + ".jpg"); in verifyVideoFrame() 1065 CodecUtils.saveBitmapToFile(bitmap, "test_rotation_" + targetRotation + ".jpg"); in verifyVideoFrameRotation() 1135 CodecUtils.saveBitmapToFile(bitmap, String.format("test_%dx%d.jpg", in testGetScaledFrameAtTime()
|
/aosp_15_r20/cts/tests/tests/media/common/src/android/media/cts/ |
H A D | CodecUtils.java | 233 public static void saveBitmapToFile(Bitmap bitmap, String filename) { in saveBitmapToFile() method in CodecUtils
|
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/ |
H A D | RemoteViewsTest.java | 786 final String actualPath = saveBitmapToFile( in testSingleDrawInstruction() 788 final String expectedPath = saveBitmapToFile( in testSingleDrawInstruction() 816 private String saveBitmapToFile(final Bitmap image, final String resourceName) in saveBitmapToFile() method in RemoteViewsTest
|