Home
last modified time | relevance | path

Searched refs:compareImages (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableTestUtils.java167 public static void compareImages( in compareImages() method in DrawableTestUtils
DVectorDrawableTest.java285 DrawableTestUtils.compareImages(mResources.getString(resIds[i]), mBitmap, golden, in verifyVectorDrawables()
DNinePatchDrawableTest.java691 DrawableTestUtils.compareImages(densityDpi + " dpi", golden, bitmap, in compareOrSave()
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java791 final float rmse = compareImages(expectedBitmap, actualBitmap, resourceName); in testSingleDrawInstruction()
859 private static float compareImages(Bitmap bitmap1, Bitmap bitmap2, String testLabel) { in compareImages() method in RemoteViewsTest