Home
last modified time | relevance | path

Searched refs:saveBitmap (Results 1 – 16 of 16) sorted by relevance

/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DBitmapDumper.java89 saveBitmap(bitmap, file); in dumpBitmap()
107 private static void saveBitmap(Bitmap bitmap, File file) { in saveBitmap() method in BitmapDumper
/cts/tests/tests/view/src/android/view/cts/util/
DBitmapDumper.java108 saveBitmap(bitmap, capture); in dumpBitmap()
128 private static void saveBitmap(Bitmap bitmap, File file) { in saveBitmap() method in BitmapDumper
/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DSaveBitmapHelper.java32 public static void saveBitmap(Bitmap failFrame, Class<?> clazz, TestName testName, in saveBitmap() method in SaveBitmapHelper
/cts/tests/tests/uirendering27/src/android/uirendering/cts/util/
DBitmapDumper.java102 BitmapUtils.saveBitmap(bitmap, CAPTURE_SUB_DIRECTORY + className, in saveFile()
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DHelper.java83 BitmapUtils.saveBitmap(bitmap, file.getParent(), file.getName()); in saveBitmapToFile()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DDumpOnFailure.java223 BitmapUtils.saveBitmap(mData, directoryName, fileName);
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityFocusAndInputFocusSyncTest.java420 BitmapUtils.saveBitmap(bitmap1, directoryName, fileName1); in saveFailureScreenshot()
424 BitmapUtils.saveBitmap(bitmap2, directoryName, fileName2); in saveFailureScreenshot()
/cts/tests/translation/src/android/translation/cts/
DHelper.java206 BitmapUtils.saveBitmap(bitmap, file.getParent(), file.getName()); in saveBitmapToFile()
/cts/tests/tests/display/src/android/display/cts/
DDisplayManagerTest.java143 SaveBitmapHelper.saveBitmap(capture, getClass(), mTestName, "failedImage"); in testCreateVirtualDisplayFromShell()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DBitmapUtils.java146 public static void saveBitmap(Bitmap bitmap, String directoryName, String fileName) { in saveBitmap() method in BitmapUtils
/cts/tests/accessibility/common/src/android/accessibility/cts/common/
DAccessibilityDumper.java158 BitmapUtils.saveBitmap(screenshot, mRoot.toString(), filename); in dumpScreen()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DLocationOnScreenTests.java180 BitmapUtils.saveBitmap(screenshot, path, file); in findTestColorsInScreenshot()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBitmapUtils.java170 public static void saveBitmap(Bitmap bitmap, String directoryName, String fileName) { in saveBitmap() method in BitmapUtils
/cts/tests/tests/preference/src/android/preference/cts/
DPreferenceActivityFlowTest.java504 BitmapUtils.saveBitmap(bitmap, file.getParent(), file.getName()); in dumpBitmap()
/cts/tests/pdf/module/src/android/graphics/pdf/cts/module/
DUtils.java603 BitmapUtils.saveBitmap(bitmap, file.getParent(), file.getName()); in dumpBitmap()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java1537 BitmapUtils.saveBitmap(bitmap, file.getParent(), file.getName()); in dumpBitmap()