Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DLightStatusBarTests.java95 dumpBitmap(bitmap); in testLightStatusBarIcons()
194 private void dumpBitmap(Bitmap bitmap) { in dumpBitmap() method in LightStatusBarTests
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java197 BitmapDumper.dumpBitmap(croppedBitmap, getName(), this.getClass().getSimpleName()); in assertBitmapIsVerified()
198 BitmapDumper.dumpBitmap(bitmapVerifier.getDifferenceBitmap(), getName() + "_verifier", in assertBitmapIsVerified()
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DBitmapDumper.java94 public static void dumpBitmap(Bitmap bitmap, String testName, String className) { in dumpBitmap() method in BitmapDumper