Home
last modified time | relevance | path

Searched refs:dumpBitmap (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/uirendering27/src/android/uirendering/cts/util/
DBitmapAsserter.java83 BitmapDumper.dumpBitmap(croppedBitmap, testName, mClassName); in assertBitmapIsVerified()
84 BitmapDumper.dumpBitmap(bitmapVerifier.getDifferenceBitmap(), testName + "_verifier", in assertBitmapIsVerified()
DBitmapDumper.java93 public static void dumpBitmap(Bitmap bitmap, String testName, String className) { in dumpBitmap() method in BitmapDumper
/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarTestBase.java71 protected void dumpBitmap(Bitmap bitmap, String name) { in dumpBitmap() method in LightBarTestBase
138 dumpBitmap(bitmap, methodName); in checkNavigationBarDivider()
DLightBarTests.java312 dumpBitmap(bitmap, mTestName.getMethodName()); in assertStats()
/cts/tests/tests/preference/src/android/preference/cts/
DPreferenceActivityFlowTest.java490 beforeFile = dumpBitmap(before, testName + "-before.png"); in assertScreenshotsAreEqual()
491 afterFile = dumpBitmap(after, testName + "-after.png"); in assertScreenshotsAreEqual()
500 private File dumpBitmap(Bitmap bitmap, String filename) throws IOException { in dumpBitmap() method in PreferenceActivityFlowTest
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DBitmapAsserter.java89 BitmapDumper.dumpBitmap(screenshot, testName + "_fullscreenshot", mClassName); in onFailure()
DBitmapDumper.java151 public static void dumpBitmap(Bitmap bitmap, String testName, String className) { in dumpBitmap() method in BitmapDumper
/cts/tests/tests/view/src/android/view/cts/util/
DBitmapDumper.java101 public static void dumpBitmap(Bitmap bitmap, String testName, String className) { in dumpBitmap() method in BitmapDumper
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java1381 final File dump1 = dumpBitmap(bitmap1, dir, filename + "-1.png"); in assertBitmapsAreSame()
1382 final File dump2 = dumpBitmap(bitmap2, dir, filename + "-2.png"); in assertBitmapsAreSame()
1413 private static File dumpBitmap(@NonNull Bitmap bitmap, @NonNull File dir, in dumpBitmap() method in Helper
1417 dumpBitmap(bitmap, file); in dumpBitmap()
1424 public static File dumpBitmap(@NonNull Bitmap bitmap, @NonNull File file) { in dumpBitmap() method in Helper
DUiBot.java1197 Helper.dumpBitmap(screenshot, file);
/cts/tests/tests/view/src/android/view/cts/
DPixelCopyTest.java890 BitmapDumper.dumpBitmap(bitmap, testName, className); in assertBitmapQuadColor()
919 BitmapDumper.dumpBitmap(bitmap, mTestName.getMethodName(), "PixelCopyTest"); in assertBitmapQuadColor()
952 BitmapDumper.dumpBitmap(bitmap, mTestName.getMethodName(), "PixelCopyTest"); in fail()