HomeSort by relevance Sort by last modified time
    Searched refs:dumpBitmap (Results 1 - 9 of 9) sorted by null

  /cts/tests/tests/uirendering/src/android/uirendering/cts/util/
BitmapAsserter.java 83 BitmapDumper.dumpBitmap(croppedBitmap, testName, mClassName);
84 BitmapDumper.dumpBitmap(bitmapVerifier.getDifferenceBitmap(), testName + "_verifier",
BitmapDumper.java 93 public static void dumpBitmap(Bitmap bitmap, String testName, String className) {
  /cts/tests/tests/uirendering27/src/android/uirendering/cts/util/
BitmapAsserter.java 83 BitmapDumper.dumpBitmap(croppedBitmap, testName, mClassName);
84 BitmapDumper.dumpBitmap(bitmapVerifier.getDifferenceBitmap(), testName + "_verifier",
BitmapDumper.java 93 public static void dumpBitmap(Bitmap bitmap, String testName, String className) {
  /cts/tests/tests/systemui/src/android/systemui/cts/
LightBarTestBase.java 71 protected void dumpBitmap(Bitmap bitmap, String name) {
196 dumpBitmap(bitmap, methodName);
LightBarTests.java 172 dumpBitmap(bitmap, mTestName.getMethodName());
  /cts/tests/tests/preference/src/android/preference/cts/
PreferenceActivityFlowTest.java 490 beforeFile = dumpBitmap(before, testName + "-before.png");
491 afterFile = dumpBitmap(after, testName + "-after.png");
500 private File dumpBitmap(Bitmap bitmap, String filename) throws IOException {
  /cts/tests/autofillservice/src/android/autofillservice/cts/
Helper.java     [all...]
UiBot.java     [all...]

Completed in 204 milliseconds